summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorJohn Leuenhagen <john@zlima12.com>2017-03-11 00:33:32 -0500
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-03-11 08:35:20 +0000
commit5da6621ffe4047358bbcd4f5ee0e3a118e65de73 (patch)
tree87095101f953ca48ef5136e6b6d0083b869addce /Completion
parentf862882f82a29d2061b2e59fc3623f994210d68d (diff)
downloadzsh-5da6621ffe4047358bbcd4f5ee0e3a118e65de73.tar.gz
zsh-5da6621ffe4047358bbcd4f5ee0e3a118e65de73.tar.xz
zsh-5da6621ffe4047358bbcd4f5ee0e3a118e65de73.zip
unposted (github pull request #15): fix a small typo in `ip` corrections file
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ip2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip
index 1ca3f1ade..6e1cc3b78 100644
--- a/Completion/Unix/Command/_ip
+++ b/Completion/Unix/Command/_ip
@@ -172,7 +172,7 @@ _regex_words \
   link-set-commands 'link set commands' \
   'dev:specify device:$subcmd_dev' \
   'u*p:change state to up' \
-  'do*wn:change state do down' \
+  'do*wn:change state to down' \
   'ar*p:change ARP flag on device:$subcmd_onoff' \
   'mu*lticast:change MULTICAST flag on device:$subcmd_onoff' \
   'pr*omisc:set promiscuous mode:$subcmd_onoff' \