diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rc-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rc-status b/bin/rc-status index 6934291..3450ba0 100755 --- a/bin/rc-status +++ b/bin/rc-status @@ -97,7 +97,7 @@ if [[ -z ${runlevel} ]] ; then eerror "Your installation is probably broken ... please \`emerge baselayout-vserver\`" exit 1 fi - ewarn "Assuming current runrevel is '${runlevel}'" + ewarn "Assuming current runlevel is '${runlevel}'" fi fi if [[ ! -d ${runleveldir}/${runlevel} ]] ; then |