Fix silly typo: loacal --> local.

This commit is contained in:
sobomax 2002-10-17 23:46:32 +00:00
parent 223fd1ffac
commit 5e997d7aa2

View File

@ -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