Fix silly typo: loacal --> local.

This commit is contained in:
Maxim Sobolev 2002-10-17 23:46:32 +00:00
parent c463814756
commit 119b9f09e9

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