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 /Completion/compinit | |
parent | a88f38b2c4e0585d2159973b6e6df13019d66006 (diff) | |
download | zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip |
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Completion/compinit')
-rw-r--r-- | Completion/compinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/compinit b/Completion/compinit index fc3625fc7..d3c5e28b5 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -26,7 +26,7 @@ # expand-or-complete, expand-or-complete-prefix, list-choices, # menu-complete, menu-expand-or-complete, or reverse-menu-complete). # This creates a widget behaving like <style> so that the -# completions are chosen as given in the the rest of the file, +# completions are chosen as given in the rest of the file, # rather than by the context. The widget has the same name as # the autoload file and can be bound using bindkey in the normal way. # |