From 60633cf6743e4cfed472cd44d6e691b239844b51 Mon Sep 17 00:00:00 2001 From: taushet Date: Sun, 4 Dec 2016 20:12:40 +0100 Subject: [PATCH] Spelling in errors --- contrib/epee/include/net/munin_connection_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/net/munin_connection_handler.h b/contrib/epee/include/net/munin_connection_handler.h index ed2f59f2..62856bec 100644 --- a/contrib/epee/include/net/munin_connection_handler.h +++ b/contrib/epee/include/net/munin_connection_handler.h @@ -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;