diff options
author | Phil Davis <phil.davis@world.inf.org> | 2014-02-20 18:44:10 -0800 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2014-02-20 18:44:10 -0800 |
commit | bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e (patch) | |
tree | 7000f7dd21b63966dd99356fb02bb4a05cd750b2 /config/apcupsd | |
parent | 1b59944043bd0798d9d1802d5ac5d2fa0576aa25 (diff) | |
download | pfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.tar.gz pfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.tar.bz2 pfsense-packages-bbac1a3d26ad2aefc0ebdbc737577f30a4ca9d9e.zip |
APC status text typos
Diffstat (limited to 'config/apcupsd')
-rwxr-xr-x | config/apcupsd/apcupsd_mail.php | 5 |
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()) { } ?> - |