aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
committerfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
commite7494052975c60032629112390325f7e20817308 (patch)
tree7ed7831315250c54c0f7738166ace95b5e29f151 /src/addrman.h
parent5fa83965f22ae92f86de74104b621c2168d37698 (diff)
downloadbitcoin-e7494052975c60032629112390325f7e20817308.tar.xz
Fix a few typos
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addrman.h b/src/addrman.h
index b996839e3c..0392654366 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -23,13 +23,13 @@ private:
// where knowledge about this address first came from
CNetAddr source;
- // last succesfull connection by us
+ // last successful connection by us
int64 nLastSuccess;
// last try whatsoever by us:
// int64 CAddress::nLastTry
- // connection attempts since last succesful attempt
+ // connection attempts since last successful attempt
int nAttempts;
// reference count in new sets (memory only)