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/storages | |
parent | Merge pull request #2130 (diff) | |
download | monero-35d68b2c6d0914e24d07873c514baac68b0079a7.tar.xz |
Fix spelling errors
Diffstat (limited to 'contrib/epee/include/storages')
-rw-r--r-- | contrib/epee/include/storages/portable_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/storages/portable_storage.h b/contrib/epee/include/storages/portable_storage.h index ba9292306..2023e2f2a 100644 --- a/contrib/epee/include/storages/portable_storage.h +++ b/contrib/epee/include/storages/portable_storage.h @@ -158,7 +158,7 @@ namespace epee pbuff->m_signature_b != PORTABLE_STORAGE_SIGNATUREB ) { - LOG_ERROR("portable_storage: wrong binary format - signature missmatch"); + LOG_ERROR("portable_storage: wrong binary format - signature mismatch"); return false; } if(pbuff->m_ver != PORTABLE_STORAGE_FORMAT_VER) |