change blockchain -> block chain (spelling)

- Wiki says "block chain" is correct ;)
- remove some unneeded spaces I found in the source, while fixing the spelling
This commit is contained in:
Philip Kaufmann
2012-10-05 19:22:21 +02:00
parent d44f1ea394
commit 729b180686
6 changed files with 13 additions and 14 deletions

View File

@@ -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()))
{