1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

Fix silly typo: loacal --> local.

This commit is contained in:
Maxim Sobolev 2002-10-17 23:46:32 +00:00
parent c463814756
commit 119b9f09e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105364

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