From d933abeebf9ea6209c7bb04bc690024184ea8d78 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Tue, 1 Sep 2020 16:06:08 -0700 Subject: [PATCH] fix typo --- zebra-network/src/peer/handshake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-network/src/peer/handshake.rs b/zebra-network/src/peer/handshake.rs index f0bcd05ff..f96d4a1a7 100644 --- a/zebra-network/src/peer/handshake.rs +++ b/zebra-network/src/peer/handshake.rs @@ -398,7 +398,7 @@ where if let Ok(Message::Inv(hashes)) = &msg { // We reject inventory messages with more than one // item because they are most likely replies to a - // query rather than a newly gosipped block. + // query rather than a newly gossiped block. // // https://zebra.zfnd.org/dev/rfcs/0003-inventory-tracking.html#inventory-monitoring if hashes.len() == 1 {