diff options
| author | practicalswift <[email protected]> | 2018-03-21 10:54:17 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-03-21 10:54:17 +0100 |
| commit | d27327c79a651fab77e032fa1f00ce4458db959b (patch) | |
| tree | b31605a352ad7ee1a68d5a524b0bb9335e9592cf /src/addrman.h | |
| parent | Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED (diff) | |
| download | discoin-d27327c79a651fab77e032fa1f00ce4458db959b.tar.xz discoin-d27327c79a651fab77e032fa1f00ce4458db959b.zip | |
Fix typos
Diffstat (limited to 'src/addrman.h')
| -rw-r--r-- | src/addrman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h index 67423c6c5..6dec3fe41 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -218,7 +218,7 @@ private: //! last time Good was called (memory only) int64_t nLastGood; - //! Holds addrs inserted into tried table that collide with existing entries. Test-before-evict discpline used to resolve these collisions. + //! Holds addrs inserted into tried table that collide with existing entries. Test-before-evict discipline used to resolve these collisions. std::set<int> m_tried_collisions; protected: |