diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-26 00:48:39 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-01 17:49:51 +0000 |
commit | 814efd6f1fc83afb9ed4bb3c0808ee3bab11d10d (patch) | |
tree | 782fac39da35e54bce2a9108cdca82f21b489405 /src/net.h | |
parent | a823faecf1463d0ce09b1c6690d69c624cc62874 (diff) |
Bugfix: Fix a variety of misspellings
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ enum LOCAL_BIND, // address explicit bound to LOCAL_UPNP, // address reported by UPnP LOCAL_IRC, // address reported by IRC (deprecated) - LOCAL_HTTP, // address reported by whatismyip.com and similars + LOCAL_HTTP, // address reported by whatismyip.com and similar LOCAL_MANUAL, // address explicitly specified (-externalip=) LOCAL_MAX @@ -181,7 +181,7 @@ protected: int nRefCount; // Denial-of-service detection/prevention - // Key is ip address, value is banned-until-time + // Key is IP address, value is banned-until-time static std::map<CNetAddr, int64> setBanned; static CCriticalSection cs_setBanned; int nMisbehavior; |