fix(parser.zsh): `_p9k_parse_buffer` docstring typo (#2820)

- `pupulates` => `populates`
This commit is contained in:
vladislav doster 2025-01-29 07:28:19 -06:00 committed by GitHub
parent 05b11d8b92
commit 8fa10f43a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typeset -grA __p9k_pb_term_skip=(
# Usage: _p9k_parse_buffer <buffer> [token-limit]
#
# Parses the specified command line buffer and pupulates array P9K_COMMANDS
# Parses the specified command line buffer and populates array P9K_COMMANDS
# with commands from it. Terminates early and returns 1 if there are more
# tokens than the specified limit.
#