diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 23:33:37 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-11-12 23:54:34 +0100 |
| commit | 356dcb20cef387a5eea5f8fcbfe123b24e3bb928 (patch) | |
| tree | d5b153637b9652f6dd8edc1acdac4ef589579765 /Src/exec.c | |
| parent | 49572: Let _expand preserve array form w/out zstyle glob (diff) | |
| download | zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.gz zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.bz2 zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.lz zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.xz zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.zst zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.zip | |
github #82: Fix typos
Diffstat (limited to 'Src/exec.c')
| -rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index 1f23a862d..1860a10ed 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -3954,7 +3954,7 @@ execcmd_exec(Estate state, Execcmd_params eparams, if (type == WC_AUTOFN) { /* * We pre-loaded this to get any redirs. - * So we execuate a simplified function here. + * So we execute a simplified function here. */ lastval = execautofn_basic(state, do_exec); } else |
