aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-05 19:10:22 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-05 19:10:22 +0200
commit302aedb845a64f511f40251cfad35bbdc04c4dd1 (patch)
treefdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /CMakeLists.txt
parentMerge pull request #3303 (diff)
parentCorrect spelling mistakes. (diff)
downloadmonero-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.xz
Merge pull request #3156
fbcc91c2 Correct spelling mistakes. (Edward Betts)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)