diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-26 11:53:07 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-10 12:51:10 +0200 |
commit | 6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1 (patch) | |
tree | 5a86c41f2f8ebec1d85f97aaead41123a28954ae /net/apcupsd | |
parent | c48f8a318a064fbd557b9e30b2fd5b1ed6588945 (diff) |
net: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'net/apcupsd')
-rw-r--r-- | net/apcupsd/files/apcupsd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/apcupsd/files/apcupsd.conf b/net/apcupsd/files/apcupsd.conf index b9acd61d6..5f478b937 100644 --- a/net/apcupsd/files/apcupsd.conf +++ b/net/apcupsd/files/apcupsd.conf @@ -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. |