aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-10-05 19:22:21 +0200
committerPhilip Kaufmann <[email protected]>2012-10-21 21:32:25 +0200
commit729b18068689c1a6805d04117ef05f97502f5062 (patch)
tree0e1e735343dcac684129e7026fc3c6e80e2ab40a /src/init.cpp
parentMerge pull request #1941 from Diapolo/rem_initMsg_main (diff)
downloaddiscoin-729b18068689c1a6805d04117ef05f97502f5062.tar.xz
discoin-729b18068689c1a6805d04117ef05f97502f5062.zip
change blockchain -> block chain (spelling)
- Wiki says "block chain" is correct ;) - remove some unneeded spaces I found in the source, while fixing the spelling
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 4d5720306..45658e49d 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -639,7 +639,7 @@ bool AppInit2()
BOOST_FOREACH(string strDest, mapMultiArgs["-seednode"])
AddOneShot(strDest);
- // ********************************************************* Step 7: load blockchain
+ // ********************************************************* Step 7: load block chain
if (!bitdb.Open(GetDataDir()))
{