diff options
| author | Eitan Adler <lists@eitanadler.com> | 2016-11-28 22:53:24 -0800 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-11-29 17:13:52 +0000 |
| commit | 110ffae9fefa1367af4fdcc90a456de23b92436c (patch) | |
| tree | 128741c763d41ab88e6130028507ffdd0c80fc13 /Src/subst.c | |
| parent | 40026: Fix for completion after redirection. (diff) | |
| download | zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.gz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.bz2 zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.lz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.xz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.zst zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.zip | |
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
Diffstat (limited to 'Src/subst.c')
| -rw-r--r-- | Src/subst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c index c7c552257..a26ebb1d6 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -2368,7 +2368,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int pf_flags, * This is the inner handling for the case referred to above * where we have something like ${${(P)name}...}. * - * Treat this as as a normal value here; all transformations on + * Treat this as a normal value here; all transformations on * result are in outer instance. */ aspar = 0; |
