From 6867922d9e33cd6091a86cae6d013a7bbbd125a6 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 22 May 2015 15:33:33 -0700 Subject: [PATCH] typo --- node/Switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Switch.cpp b/node/Switch.cpp index 156878fcd..aadbafa00 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -445,7 +445,7 @@ unsigned long Switch::doTimerTasks(uint64_t now) } else { // Nope, nothing yet. Time to kill some kittens. if (qi->strategyIteration == 0) { - // First stragegy: send packet directly (we already tried this but try again) + // First strategy: send packet directly (we already tried this but try again) qi->peer->attemptToContactAt(RR,qi->inaddr,now); } else if (qi->strategyIteration <= 9) { // Strategies 1-9: try escalating ports