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_async.h | |
parent | Merge pull request #2130 (diff) | |
download | monero-35d68b2c6d0914e24d07873c514baac68b0079a7.tar.xz |
Fix spelling errors
Diffstat (limited to 'contrib/epee/include/net/levin_client_async.h')
-rw-r--r-- | contrib/epee/include/net/levin_client_async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/levin_client_async.h b/contrib/epee/include/net/levin_client_async.h index 4b48070d6..337d345c4 100644 --- a/contrib/epee/include/net/levin_client_async.h +++ b/contrib/epee/include/net/levin_client_async.h @@ -408,7 +408,7 @@ namespace levin if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_ERROR("Signature missmatch in response"); + LOG_ERROR("Signature mismatch in response"); return false; } |