From 7608e05bd51480a673f8a5ab2ea105f0dbe29cd5 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 17 Oct 2002 23:46:32 +0000 Subject: Fix silly typo: loacal --> local. --- etc/rc.d/local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/local') 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 -- cgit v1.1