diff options
author | Edward Betts <edward@4angle.com> | 2018-01-19 07:54:14 +0000 |
---|---|---|
committer | Edward Betts <edward@4angle.com> | 2018-03-05 17:00:40 +0000 |
commit | fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch) | |
tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /CMakeLists.txt | |
parent | Merge pull request #3303 (diff) | |
download | monero-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz |
Correct spelling mistakes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d60eecbc1..7697cd1c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -298,7 +298,7 @@ if(SANITIZE) endif() # Set default blockchain storage location: -# memory was the default in Cryptonote before Monero implimented LMDB, it still works but is unneccessary. +# memory was the default in Cryptonote before Monero implemented LMDB, it still works but is unnecessary. # set(DATABASE memory) set(DATABASE lmdb) |