aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 00:48:39 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:22:48 +0000
commit3171daef6c106023a5fcbc80e66c0e0a9552c4d8 (patch)
tree6f0df622e8a1463544abd2b1d88b6d37a2c10674 /src/main.cpp
parentcafa8f2879c255c4526709e77b3e42c5b2533b5e (diff)
downloadbitcoin-3171daef6c106023a5fcbc80e66c0e0a9552c4d8.tar.xz
Bugfix: Fix a variety of misspellings
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4bd63bb26b..ac26fd7ff6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1565,7 +1565,7 @@ bool CBlock::SetBestChain(CTxDB& txdb, CBlockIndex* pindexNew)
return error("SetBestChain() : Reorganize failed");
}
- // Connect futher blocks
+ // Connect further blocks
BOOST_REVERSE_FOREACH(CBlockIndex *pindex, vpindexSecondary)
{
CBlock block;