about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_which
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_which')
-rw-r--r--Completion/Zsh/Command/_which2
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)