Spelling in errors

This commit is contained in:
taushet 2016-12-04 20:12:40 +01:00 committed by GitHub
parent c36cb54340
commit 60633cf674

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;