summaryrefslogtreecommitdiff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-19 16:10:46 +0000
commit72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch)
treefa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Src/exec.c
parenta88f38b2c4e0585d2159973b6e6df13019d66006 (diff)
downloadzsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz
zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index df0101853..0e1a6c81f 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -2757,7 +2757,7 @@ execcmd(Estate state, int input, int output, int how, int last1)
* A `fake exec' is possible if we have all the following conditions: *
* 1) last1 flag is 1. This indicates that the current shell will not *
* be needed after the current command. This is typically the case *
- * when when the command is the last stage in a subshell, or is the *
+ * when the command is the last stage in a subshell, or is the *
* last command after the option `-c'. *
* 2) We don't have any traps set. *
* 3) We don't have any files to delete. *