diff options
| author | practicalswift <[email protected]> | 2017-01-18 16:15:37 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-27 21:22:35 +0100 |
| commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/addrman.cpp | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip | |
[trivial] Fix typos in comments
Diffstat (limited to 'src/addrman.cpp')
| -rw-r--r-- | src/addrman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.cpp b/src/addrman.cpp index 662e931d2..ab84bf8e3 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -255,7 +255,7 @@ bool CAddrMan::Add_(const CAddress& addr, const CNetAddr& source, int64_t nTimeP int nId; CAddrInfo* pinfo = Find(addr, &nId); - // Do not set a penality for a source's self-announcement + // Do not set a penalty for a source's self-announcement if (addr == source) { nTimePenalty = 0; } |