diff options
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | 2024-11-26 19:39:33 +0800 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:39:05 +0100 |
commit | a61b105795620943206c1f85be801943cadbb1c3 (patch) | |
tree | afed1dabe7a67118eef82161bf1226a3706440fe /Src/exec.c | |
parent | 9f9ceb7768b51334ccdd0f6e32b20399ba261933 (diff) | |
download | zsh-a61b105795620943206c1f85be801943cadbb1c3.tar.gz zsh-a61b105795620943206c1f85be801943cadbb1c3.zip |
github #126: Fix some typos
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/exec.c b/Src/exec.c index 874ff41f7..c1181c5eb 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1386,7 +1386,7 @@ execlist(Estate state, int dont_change_job, int exiting) *list_pipe_text = '\0'; } - /* Loop over all sets of comands separated by newline, * + /* Loop over all sets of commands separated by newline, * * semi-colon or ampersand (`sublists'). */ code = *state->pc++; if (wc_code(code) != WC_LIST) { @@ -3033,7 +3033,7 @@ execcmd_exec(Estate state, Execcmd_params eparams, /* * preargs contains args that have been expanded by prefork. * Running execcmd_getargs() causes any argument available - * in args to be exanded where necessary and transferred to + * in args to be expanded where necessary and transferred to * preargs. We call execcmd_getargs() every time we need to * analyse an argument not available in preargs, though there is * no guarantee a further argument will be available. |