This commit is contained in:
Holger Vogt 2020-07-25 18:06:20 +02:00
parent 068a1fee55
commit 0caeaccdd3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ ft_getpnames(const wordlist *wl, bool check)
return (struct pnode *) NULL;
}
/* Conver the list to a string then parse the string */
/* Convert the list to a string, then parse the string */
const char * const sz = wl_flatten(wl);
struct pnode * const pn = ft_getpnames_from_string(sz, check);
txfree((void *) sz);