diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Zsh/Command/_which | |
parent | e4d828b28e73846d24d03b3fada69f769cdcbb33 (diff) | |
download | zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.zip |
spelling corrections
Diffstat (limited to 'Completion/Zsh/Command/_which')
-rw-r--r-- | Completion/Zsh/Command/_which | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_which b/Completion/Zsh/Command/_which index ab6caeba7..279475451 100644 --- a/Completion/Zsh/Command/_which +++ b/Completion/Zsh/Command/_which @@ -9,7 +9,7 @@ cargs=( \ '-s[print symlink free path as well]' \ '*:commands:->command' ) farg='-f[output contents of functions]' -aarg='-a[print all occurences in path]' +aarg='-a[print all occurrences in path]' case ${service} in whence) |