From 5293a822deb513345cb43eaf10d5bc1264e1b903 Mon Sep 17 00:00:00 2001 From: Christian Heim Date: Tue, 10 Jan 2006 15:44:46 +0000 Subject: Fixing spelling :P svn path=/baselayout-vserver/trunk/; revision=196 --- bin/rc-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rc-status b/bin/rc-status index 2056800..299383c 100755 --- a/bin/rc-status +++ b/bin/rc-status @@ -90,7 +90,7 @@ if [[ -z ${runlevel} ]] ; then if [[ -e ${svcdir}/softlevel ]] ; then runlevel=$(<${svcdir}/softlevel) else - ewarn "Could not local current runlevel in ${svcdir}/softlevel" + ewarn "Could not locate current runlevel in ${svcdir}/softlevel" if [[ -d ${runleveldir}/default ]] ; then runlevel=default else -- cgit v1.2.3-65-gdbad