diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
| commit | 72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch) | |
| tree | fa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Src/subst.c | |
| parent | 29315: add a missing backslash. (diff) | |
| download | zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.bz2 zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.lz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.zst zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip | |
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Src/subst.c')
| -rw-r--r-- | Src/subst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/subst.c b/Src/subst.c index efa3c34fc..244c066d4 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -1594,7 +1594,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub) int arrasg = 0; /* * The (e) flag. As we need to do extra work not quite - * at the end, the effect of this is kludged in in several places. + * at the end, the effect of this is kludged in several places. */ int eval = 0; /* @@ -2987,7 +2987,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub) * TODO: again. one might naively have thought this had the * same sort of effect as the ${(t)...} flag and the ${+...} * test, although in this case we do need the value rather - * the the parameter, so maybe it's a bit different. + * the parameter, so maybe it's a bit different. */ if (getlen) { long len = 0; |
