diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:30:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:30:15 +0200 |
commit | 45bb39357716b58b9d71a95de900b7446950a396 (patch) | |
tree | 98db36beb268dbb0118a7d1b76c7bade0ecdd01b | |
parent | Merge pull request #1402 (diff) | |
parent | Spelling in errors (diff) | |
download | monero-45bb39357716b58b9d71a95de900b7446950a396.tar.xz |
Merge pull request #1403
60633cf6 Spelling in errors (taushet)
-rw-r--r-- | contrib/epee/include/net/munin_connection_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/munin_connection_handler.h b/contrib/epee/include/net/munin_connection_handler.h index ed2f59f22..62856bec5 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; |