about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/_command_names2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_command_names b/Completion/Base/_command_names
index 5ec984bdc..889b330bd 100644
--- a/Completion/Base/_command_names
+++ b/Completion/Base/_command_names
@@ -28,7 +28,7 @@ if [[ -z "$ext" ]]; then
   _description expl 'shell function'
   compadd "$expl[@]" "$@" - "${(k@)functions}" && ret=0
   _description expl 'alias'
-  compadd "$expl[@]" "$@" - "${(k@)raliases}" && ret=0
+  compadd "$expl[@]" "$@" - "${(k@)aliases}" && ret=0
   _description expl 'reserved word'
   compadd "$expl[@]" "$@" - "${(k@)reswords}" && ret=0
 fi