diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-10-05 19:22:21 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-10-21 21:32:25 +0200 |
commit | 729b18068689c1a6805d04117ef05f97502f5062 (patch) | |
tree | 0e1e735343dcac684129e7026fc3c6e80e2ab40a /src/init.cpp | |
parent | d44f1ea394d3f0f324f7d61e97fec2b7ba2e865f (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 4d5720306d..45658e49d0 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())) { |