aboutsummaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2022-04-15 11:53:24 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-30 21:32:32 -0500
commit3054046e18332ca1bf9b901f69b02f21bb91c098 (patch)
tree149982abcec8e93296c1930f244c44b7b2eb6cfe /conf.d
parentf81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff)
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/fsck2
-rw-r--r--conf.d/ipfw2
-rw-r--r--conf.d/network2
-rw-r--r--conf.d/powerd2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/fsck b/conf.d/fsck
index 30131ea1..5fc2ef45 100644
--- a/conf.d/fsck
+++ b/conf.d/fsck
@@ -8,7 +8,7 @@
# We can also specify the passno in /etc/fstab to check
# If you multiplex fsck (ie ln -s fsck /etc/init.d/fsck.late) then you can
# do an fsck outside of the normal scope, say for /home.
-# Here are some exampes:-
+# Here are some examples:-
#fsck_passno="=1 =2"
#fsck_passno=">1"
#fsck_passno="<2"
diff --git a/conf.d/ipfw b/conf.d/ipfw
index b8c0005b..dde060f4 100644
--- a/conf.d/ipfw
+++ b/conf.d/ipfw
@@ -1,6 +1,6 @@
# ipfw provides a stateful firewall.
# This means we allow everything out, and if we have a connection we allow it
-# back in. This is very flexable and quite secure.
+# back in. This is very flexible and quite secure.
# For ease of use, we allow auth and ssh ports through as well.
# To override the list of allowed ports
diff --git a/conf.d/network b/conf.d/network
index 923e926c..f80c2bd9 100644
--- a/conf.d/network
+++ b/conf.d/network
@@ -1,5 +1,5 @@
# Assign static IP addresses and run custom scripts per interface.
-# Seperate commands with ;
+# Separate commands with ;
# Prefix with ! to run a shell script.
# Use \$int to represent the interface
#ifconfig_eth0="192.168.0.10 netmask 255.255.255.0"
diff --git a/conf.d/powerd b/conf.d/powerd
index df5fb700..86461065 100644
--- a/conf.d/powerd
+++ b/conf.d/powerd
@@ -3,5 +3,5 @@
powerd_ac_mode="maximum"
#powerd_battery_mode="minimum"
-# Addiditonal arguments for powerd - see the man page for details
+# Additional arguments for powerd - see the man page for details
powerd_args=""