summaryrefslogtreecommitdiffstats
path: root/abs/core/poweroff-scripts/poweroff.script
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/poweroff-scripts/poweroff.script')
-rw-r--r--abs/core/poweroff-scripts/poweroff.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/poweroff-scripts/poweroff.script b/abs/core/poweroff-scripts/poweroff.script
index 211c9ee..2236983 100644
--- a/abs/core/poweroff-scripts/poweroff.script
+++ b/abs/core/poweroff-scripts/poweroff.script
@@ -5,7 +5,7 @@ INIT=`ps -p 1 -o comm=`
chvt 1
if [ x$INIT = xrunit ]
then
- echo "System whill shutdown NOW" |wall
+ echo "System will shutdown NOW" |wall
chvt 1
runit-init 0
else