From 4ee64f13cee553b6e5a7712953e16aafc78d8839 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Fri, 1 Apr 2022 00:16:10 -0500 Subject: unposted: Fix typo --- ChangeLog | 2 ++ Completion/BSD/Command/_rcctl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6afe34962..bf82c4913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-03-31 Matthew Martin + * unposted: Completion/BSD/Command/_rcctl: Fix typo. + * github #88: elig0n: Doc/Zsh/func.yo: Fix typo. * 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl index 44ba0f28b..6cfebf420 100644 --- a/Completion/BSD/Command/_rcctl +++ b/Completion/BSD/Command/_rcctl @@ -36,7 +36,7 @@ case $service in ;; order) _arguments \ - ':service to start first:_services' + ':service to start first:_services' \ '*:service to start next:_services' ;; set) -- cgit 1.4.1