aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-02-28 04:33:43 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2012-02-28 04:33:43 -0800
commitd8a80af84af77a5da00c988cb9d0d0dad7192509 (patch)
tree44f138f14144a2205ed241e011d6455c88389855
parent07ed49a47254b315356b6401c6430d0ade01ea3e (diff)
parent27adfb2e0c1caeef3970605f519edf9058f119ef (diff)
downloadbitcoin-d8a80af84af77a5da00c988cb9d0d0dad7192509.tar.xz
Merge pull request #910 from fanquake/master
Correct Spelling
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 168e68c813..5de4b8c3b5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2104,7 +2104,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
if (pfrom->nVersion < 209)
{
- // Since Februari 20, 2012, the protocol is initiated at version 209,
+ // Since February 20, 2012, the protocol is initiated at version 209,
// and earlier versions are no longer supported
printf("partner %s using obsolete version %i; disconnecting\n", pfrom->addr.ToString().c_str(), pfrom->nVersion);
pfrom->fDisconnect = true;