diff options
-rwxr-xr-x | etc/rc.d/local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/local b/etc/rc.d/local index 5d5e4ba..5f5d985 100755 --- a/etc/rc.d/local +++ b/etc/rc.d/local @@ -26,7 +26,7 @@ local_start() local_stop() { - echo -n 'Shutting down loacal daemons:' + echo -n 'Shutting down local daemons:' if [ -f /etc/rc.shutdown.local ]; then . /etc/rc.shutdown.local fi |