summaryrefslogtreecommitdiff
path: root/node/Peer.cpp
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-06-07 17:25:27 -0700
committerJoseph Henry <josephjah@gmail.com>2018-06-07 17:25:27 -0700
commit9681fedbb44a25ffa1108b88a4795e017746ca6c (patch)
tree78ed8bd33e87863aa826f86656aa728bbf777ec8 /node/Peer.cpp
parentb6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff)
downloadinfinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz
infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip
Spellcheck sweep across codebase
Diffstat (limited to 'node/Peer.cpp')
-rw-r--r--node/Peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp
index a22bbffe..877ec2fd 100644
--- a/node/Peer.cpp
+++ b/node/Peer.cpp
@@ -140,7 +140,7 @@ void Peer::received(
if ((!havePath)&&(RR->node->shouldUsePathForZeroTierTraffic(tPtr,_id.address(),path->localSocket(),path->address()))) {
Mutex::Lock _l(_paths_m);
- // Paths are redunant if they duplicate an alive path to the same IP or
+ // Paths are redundant if they duplicate an alive path to the same IP or
// with the same local socket and address family.
bool redundant = false;
for(unsigned int i=0;i<ZT_MAX_PEER_NETWORK_PATHS;++i) {