Fix some spellings.

This commit is contained in:
Rosiak
2016-01-07 23:02:18 +01:00
parent 2a2be95a1f
commit c3ce59124e
17 changed files with 36 additions and 36 deletions

View File

@ -791,7 +791,7 @@ function ack_alert() {
$status = 'ok';
$code = 200;
if (dbUpdate(array('state' => 2), 'alerts', '`id` = ? LIMIT 1', array($alert_id))) {
$message = 'Alert has been ackgnowledged';
$message = 'Alert has been acknowledged';
}
else {
$message = 'No alert by that ID';