aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-03-21 18:03:55 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-03-21 18:04:04 -0400
commit2b1c50b9352ab1dc40b0f877db23c1fa4048fae3 (patch)
treeeb5d2b19b9f8c228302e0921004cfc8475648685 /src/addrman.h
parent2405ce1df043f778b8efb9205009500cbc17313a (diff)
parentd27327c79a651fab77e032fa1f00ce4458db959b (diff)
downloadbitcoin-2b1c50b9352ab1dc40b0f877db23c1fa4048fae3.tar.xz
Merge #12747: Fix typos
d27327c79a Fix typos (practicalswift) Pull request description: Fix typos. Tree-SHA512: f0d13d991acdec0d3adc2f091cd00ccbdda6da3c7623dfb4cbf698bac9eb6b3d88c8ad121256a96cb130f8e97bf54892f3616da0e8dc833dcf713ca7949e2801
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: