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/net_helper.h | |
parent | Merge pull request #2130 (diff) | |
download | monero-35d68b2c6d0914e24d07873c514baac68b0079a7.tar.xz |
Fix spelling errors
Diffstat (limited to '')
-rw-r--r-- | contrib/epee/include/net/net_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/net_helper.h b/contrib/epee/include/net/net_helper.h index 432169990..1d808cc4c 100644 --- a/contrib/epee/include/net/net_helper.h +++ b/contrib/epee/include/net/net_helper.h @@ -473,7 +473,7 @@ namespace net_utils if(bytes_transfered != buff.size()) { - LOG_ERROR("Transferred missmatch with transfer_at_least value: m_bytes_transferred=" << bytes_transfered << " at_least value=" << buff.size()); + LOG_ERROR("Transferred mismatch with transfer_at_least value: m_bytes_transferred=" << bytes_transfered << " at_least value=" << buff.size()); return false; } |