Merge pull request #1403

60633cf6 Spelling in errors (taushet)
This commit is contained in:
Riccardo Spagni 2016-12-04 22:30:14 +02:00
commit 45bb393577
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -173,7 +173,7 @@ namespace net_utils
stop_handling = true;
return false;
default:
LOG_ERROR("Error in munin state machine! Unkonwon state=" << m_machine_state);
LOG_ERROR("Error in munin state machine! Unknown state=" << m_machine_state);
stop_handling = true;
m_machine_state = http_state_error;
return false;