aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/fsck.in2
-rw-r--r--init.d/ipfw.in2
-rw-r--r--init.d/mount-ro.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in
index cafd415c..008b1bca 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -106,7 +106,7 @@ start()
_abort
fi;;
4) if [ "$RC_UNAME" = Linux ]; then
- ewend 1 "Fileystem errors left uncorrected, aborting"
+ ewend 1 "Filesystem errors left uncorrected, aborting"
_abort
else
ewend 1 "Filesystems repaired, but reboot needed"
diff --git a/init.d/ipfw.in b/init.d/ipfw.in
index 327599a5..2b961274 100644
--- a/init.d/ipfw.in
+++ b/init.d/ipfw.in
@@ -122,7 +122,7 @@ start() {
ipfw add deny { tcp or udp } from any to any $p in
done
- # Broadcasts and muticasts
+ # Broadcasts and multicasts
ipfw add deny ip from any to 255.255.255.255
ipfw add deny ip from any to 224.0.0.0/24
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index 0c048458..05c828da 100644
--- a/init.d/mount-ro.in
+++ b/init.d/mount-ro.in
@@ -9,7 +9,7 @@
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
-description="Re-mount filesytems read-only for a clean reboot."
+description="Re-mount filesystems read-only for a clean reboot."
depend()
{