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 /Completion/Base | |
parent | 32daf2a0aa3c72e8b43cf28e880f1aeffde937da (diff) | |
download | zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.gz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.xz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.zip |
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
Diffstat (limited to 'Completion/Base')
-rw-r--r-- | Completion/Base/Utility/_arguments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/Utility/_arguments b/Completion/Base/Utility/_arguments index 82c969629..d2c0d33de 100644 --- a/Completion/Base/Utility/_arguments +++ b/Completion/Base/Utility/_arguments @@ -105,7 +105,7 @@ if (( long )); then continue else # Still no comment, add the previous options anyway. - # Add a ':' after the option anyways, to make the the matching of + # Add a ':' after the option anyways, to make the matching of # the options lateron work as intended. # It will be removed again later. lopts+=("${^tmp[@]}":) |