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/params.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/params.c')
| -rw-r--r-- | Src/params.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c index f13401793..a59c51767 100644 --- a/Src/params.c +++ b/Src/params.c @@ -978,7 +978,7 @@ copyparam(Param tpm, Param pm, int fakecopy) * called from inside an associative array), we need the gets and sets * functions to be useful. * - * In this case we assume the the saved parameter is not itself special, + * In this case we assume the saved parameter is not itself special, * so we just use the standard functions. This is also why we switch off * PM_SPECIAL. */ |
