From ab00ab3de88dd64774d3b6307866a863e6bf32a8 Mon Sep 17 00:00:00 2001 From: Gary Coulbourne Date: Thu, 3 Oct 2019 09:36:37 -0400 Subject: [PATCH] Fixed spelling Querying was misspelled. (noticed it while reading through the code to understand it) --- cmd/magneticod/dht/mainline/codec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/magneticod/dht/mainline/codec.go b/cmd/magneticod/dht/mainline/codec.go index 7852762..d067b92 100644 --- a/cmd/magneticod/dht/mainline/codec.go +++ b/cmd/magneticod/dht/mainline/codec.go @@ -40,7 +40,7 @@ type Message struct { } type QueryArguments struct { - // ID of the quirying Node + // ID of the querying Node ID []byte `bencode:"id"` // InfoHash of the torrent InfoHash []byte `bencode:"info_hash,omitempty"`