about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sysctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_sysctl')
-rw-r--r--Completion/Unix/Command/_sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sysctl b/Completion/Unix/Command/_sysctl
index 2bdcc71f5..0416ca05e 100644
--- a/Completion/Unix/Command/_sysctl
+++ b/Completion/Unix/Command/_sysctl
@@ -85,7 +85,7 @@ case $OSTYPE in
       '(-A -a -M)-q[silently ignore nonexistent variables]' \
       '(-M -x)-r[binary output]' \
       '(-a -A -d -e -f -M -r)-w[write mode]' \
-      '(-d -M -r)*-x[hex output. -xx for hexdupm-like output]' \
+      '(-d -M -r)*-x[hex output. -xx for hexdump-like output]' \
       '*:sysctl variable:_multi_parts ${words[(r)-w]:+-S=} -i . sysctlvars'
   ;;
   *)