aboutsummaryrefslogtreecommitdiffstats
path: root/config/apcupsd
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2014-02-20 18:44:10 -0800
committerPhil Davis <phil.davis@world.inf.org>2014-02-20 18:44:10 -0800
commitbbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e (patch)
tree7000f7dd21b63966dd99356fb02bb4a05cd750b2 /config/apcupsd
parent1b59944043bd0798d9d1802d5ac5d2fa0576aa25 (diff)
downloadpfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.tar.gz
pfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.tar.bz2
pfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.zip
APC status text typos
Diffstat (limited to 'config/apcupsd')
-rwxr-xr-xconfig/apcupsd/apcupsd_mail.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/apcupsd/apcupsd_mail.php b/config/apcupsd/apcupsd_mail.php
index 3b1e40be..c9462aac 100755
--- a/config/apcupsd/apcupsd_mail.php
+++ b/config/apcupsd/apcupsd_mail.php
@@ -35,10 +35,10 @@ global $config, $g;
$apcstatus[killpower] = "UPS now committed to shut down";
$apcstatus[commfailure] = "Communications with UPS lost";
-$apcstatus[commok] = "Communciations with UPS restored";
+$apcstatus[commok] = "Communications with UPS restored";
$apcstatus[onbattery] = "Power failure. Running on UPS batteries";
$apcstatus[offbattery] = "Power has returned...";
-$apcstatus[failing] = "UPS battery power exhaused. Doing shutdown";
+$apcstatus[failing] = "UPS battery power exhausted. Doing shutdown";
$apcstatus[timeout] = "UPS battery runtime limit exceeded. Doing shutdown";
$apcstatus[loadlimit] = "UPS battery discharge limit reached. Doing shutdown";
$apcstatus[runlimit] = "UPS battery runtime percent reached. Doing shutdown";
@@ -93,4 +93,3 @@ if(!$mail->Send()) {
}
?>
-