summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-08-18 13:00:10 +0200
committerOliver Kiddle <opk@zsh.org>2017-08-18 13:00:10 +0200
commit620b7d61ab918fce883c8f5bf4fcd93a5365de48 (patch)
treef188a8e8c401f6d8d7ba75585e6b8c4a314d8f1c
parentbcb285dbb69e6134e1c1f107627085ad6b2c462e (diff)
downloadzsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.tar.gz
zsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.tar.xz
zsh-620b7d61ab918fce883c8f5bf4fcd93a5365de48.zip
41562: correct completed word
-rw-r--r--ChangeLog2
-rw-r--r--Completion/BSD/Command/_rcctl2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6e2f5b31..a5e67caaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-08-18  Oliver Kiddle  <opk@zsh.org>
 
+	* 41562: Completion/BSD/Command/_rcctl: correct completed word
+
 	* 41561: Completion/Unix/Command/_dhclient: handle Free/OpenBSD
 	and bring options up-to-date for the ISC implementation
 
diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl
index 0a030f486..62cb8f634 100644
--- a/Completion/BSD/Command/_rcctl
+++ b/Completion/BSD/Command/_rcctl
@@ -23,7 +23,7 @@ case $service in
       ':variable:compadd -a variables'
     ;;
   ls)
-     _arguments ':display a list of services and daemons matching:(all faulty off on started stopped)'
+     _arguments ':display a list of services and daemons matching:(all failed off on started stopped)'
     ;;
   order)
     _arguments \