Fixed spelling

Querying was misspelled.  (noticed it while reading through the code to understand it)
This commit is contained in:
Gary Coulbourne 2019-10-03 09:36:37 -04:00 committed by GitHub
parent d822314aa3
commit ab00ab3de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`