about summary refs log tree commit diff
path: root/Completion/Unix/Command/_module
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-09 16:53:30 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-09 16:55:14 +0100
commit370b278565126a0abf3382ba10965e7a1090e7f8 (patch)
treea9df0cab2ff7932fa3aaa9c34a7392abfa47dd81 /Completion/Unix/Command/_module
parent496626ddb8ed9d16b4f89c28c733e3312decebe6 (diff)
downloadzsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.gz
zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.xz
zsh-370b278565126a0abf3382ba10965e7a1090e7f8.zip
39890: typo corrections in completion functions
Diffstat (limited to 'Completion/Unix/Command/_module')
-rw-r--r--Completion/Unix/Command/_module2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_module b/Completion/Unix/Command/_module
index 865987640..2a4dba740 100644
--- a/Completion/Unix/Command/_module
+++ b/Completion/Unix/Command/_module
@@ -41,7 +41,7 @@ _module()
     "purge:unload all loaded modules"
     "refresh:refresh all non-persistent components of loaded modules"
     "whatis:display module information"
-    "appropos:search for a given keyword in modules"
+    "apropos:search for a given keyword in modules"
     "keyword:search for a given keyword in modules"
     "initadd:add or append a module to the user's shell init file"
     "initprepend:add or prepend a module to the user's shell init files"