diff options
author | taushet <alexanderlott@gmail.com> | 2016-12-04 20:12:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 20:12:40 +0100 |
commit | 60633cf6743e4cfed472cd44d6e691b239844b51 (patch) | |
tree | 7a35030561447c6069a5b5935006ce5089d5dfbd /contrib | |
parent | Merge pull request #1372 (diff) | |
download | monero-60633cf6743e4cfed472cd44d6e691b239844b51.tar.xz |
Spelling in errors
Diffstat (limited to 'contrib')
-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; |