Fixed a typo in rc-update autocompletion

This commit is contained in:
Jyry Hjelt 2021-05-18 13:41:16 +02:00 committed by Fabian Homborg
parent 0991e0b27f
commit 08a455d4f1

View File

@ -16,7 +16,7 @@ function __fish_complete_rc-update_runlevels
default \
'Last startup runlevel' \
shutdown \
'Runlevel for stutting down'
'Runlevel for shutting down'
printf "%s\t%s\n" $levels
end