From 1ac3a18aabe2e4f9e3f8cf6193e6bc48b00234e9 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Mon, 23 Mar 2020 18:03:31 -0500 Subject: [PATCH] Fix a typo in search.go's comments --- src/yggdrasil/search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yggdrasil/search.go b/src/yggdrasil/search.go index e963babc..91f0490c 100644 --- a/src/yggdrasil/search.go +++ b/src/yggdrasil/search.go @@ -4,7 +4,7 @@ package yggdrasil // The basic idea is as follows: // We may know a NodeID (with a mask) and want to connect -// We beign a search by sending a dht lookup to ourself +// We begin a search by sending a dht lookup to ourself // Each time a node responds, we sort the results and filter to only include useful nodes // We then periodically send a packet to the first node from the list (after re-filtering) // This happens in parallel for each node that replies