summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rc-status2
1 files changed, 1 insertions, 1 deletions
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