diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2017-07-05 17:53:16 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2017-07-05 17:53:16 +1000 |
commit | 35d68b2c6d0914e24d07873c514baac68b0079a7 (patch) | |
tree | f59dd27a3385f4f222b6caa6ad6db32f7f31ccb8 /contrib/epee/include/net/levin_client.inl | |
parent | Merge pull request #2130 (diff) | |
download | monero-35d68b2c6d0914e24d07873c514baac68b0079a7.tar.xz |
Fix spelling errors
Diffstat (limited to 'contrib/epee/include/net/levin_client.inl')
-rw-r--r-- | contrib/epee/include/net/levin_client.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/epee/include/net/levin_client.inl b/contrib/epee/include/net/levin_client.inl index 50a01aaa5..ab7c32c32 100644 --- a/contrib/epee/include/net/levin_client.inl +++ b/contrib/epee/include/net/levin_client.inl @@ -99,7 +99,7 @@ int levin_client_impl::invoke(int command, const std::string& in_buff, std::stri if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L1("Signature missmatch in response"); + LOG_PRINT_L1("Signature mismatch in response"); return -1; } @@ -160,7 +160,7 @@ inline if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L1("Signature missmatch in response"); + LOG_PRINT_L1("Signature mismatch in response"); return -1; } |