Fix a few typos

This commit is contained in:
fanquake
2012-06-29 17:26:45 +08:00
parent 5fa83965f2
commit e749405297
5 changed files with 8 additions and 8 deletions

View File

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