aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-03-21 10:54:17 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-03-21 10:54:17 +0100
commitd27327c79a651fab77e032fa1f00ce4458db959b (patch)
treeb31605a352ad7ee1a68d5a524b0bb9335e9592cf /src/addrman.h
parent9b8b1079ddab64ac955766536c38d23dc57bc499 (diff)
downloadbitcoin-d27327c79a651fab77e032fa1f00ce4458db959b.tar.xz
Fix typos
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h
index 67423c6c55..6dec3fe416 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: