net: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-03-26 11:53:07 +01:00
parent c48f8a318a
commit 6d2c0fd06f
17 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
# UPSNAME xxx
# Use this to give your UPS a name in log files and such. This
# is particulary useful if you have multiple UPSes. This does not
# is particularly useful if you have multiple UPSes. This does not
# set the EEPROM. It should be 8 characters or less.
UPSNAME ups1
@@ -114,7 +114,7 @@ NOLOGINDIR /etc
#
# Note: BATTERYLEVEL, MINUTES, and TIMEOUT work in conjunction, so
# the first that occurs will cause the initation of a shutdown.
# the first that occurs will cause the initiation of a shutdown.
#
# If during a power failure, the remaining battery percentage
@@ -133,7 +133,7 @@ MINUTES 3
#
# Note, if you have a Smart UPS, you will most likely want to disable
# this timer by setting it to zero. That way, you UPS will continue
# on batteries until either the % charge remaing drops to or below BATTERYLEVEL,
# on batteries until either the % charge remaining drops to or below BATTERYLEVEL,
# or the remaining battery runtime drops to or below MINUTES. Of course,
# if you are testing, setting this to 60 causes a quick system shutdown
# if you pull the power plug.