docs: fix typos (#20724)

Co-authored-by: Marco Lehmann <m99@posteo.de>
This commit is contained in:
dundargoc
2022-10-23 03:45:39 +02:00
committed by GitHub
parent d70193c326
commit 1887d8d7d0
13 changed files with 25 additions and 25 deletions

View File

@@ -2351,7 +2351,7 @@ static void expand_shellcmd(char *filepat, int *num_file, char ***file, int flag
}
// Go over all directories in $PATH. Expand matches in that directory and
// collect them in "ga". When "." is not in $PATH also expaned for the
// collect them in "ga". When "." is not in $PATH also expand for the
// current directory, to find "subdir/cmd".
ga_init(&ga, (int)sizeof(char *), 10);
hashtab_T found_ht;