diff options
| author | fanquake <[email protected]> | 2012-06-29 17:26:45 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-06-29 17:26:45 +0800 |
| commit | e7494052975c60032629112390325f7e20817308 (patch) | |
| tree | 7ed7831315250c54c0f7738166ace95b5e29f151 /src/addrman.h | |
| parent | Merge branch 'patch-5' of https://github.com/xanatos/bitcoin (diff) | |
| download | discoin-e7494052975c60032629112390325f7e20817308.tar.xz discoin-e7494052975c60032629112390325f7e20817308.zip | |
Fix a few typos
Diffstat (limited to 'src/addrman.h')
| -rw-r--r-- | src/addrman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addrman.h b/src/addrman.h index b996839e3..039265436 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) |