mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Fix some spellings.
This commit is contained in:
		@@ -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';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user