From 2cecd52a106a8747f2510147481ceb3e372929a7 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 14 Apr 2021 11:28:28 +1000 Subject: [PATCH] Fix comment 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 e3a483c2..804ee0ba 100644 --- a/zebra-network/src/peer/handshake.rs +++ b/zebra-network/src/peer/handshake.rs @@ -526,7 +526,7 @@ where } // We've reached another heartbeat interval without - // shutting down. so do a heartbeat request. + // shutting down, so do a heartbeat request. // // TODO: await heartbeat and shutdown. The select // function needs pinned types, but pinned generics