From 8fa10f43a0f65a5e15417128be63e68e1d5b1f66 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Wed, 29 Jan 2025 07:28:19 -0600 Subject: [PATCH] fix(parser.zsh): `_p9k_parse_buffer` docstring typo (#2820) - `pupulates` => `populates` --- internal/parser.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/parser.zsh b/internal/parser.zsh index 6c16adcd..2af06e1c 100644 --- a/internal/parser.zsh +++ b/internal/parser.zsh @@ -102,7 +102,7 @@ typeset -grA __p9k_pb_term_skip=( # Usage: _p9k_parse_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. #