From 7f5ac8ba7a10a439efa1b49cec55bac11e770753 Mon Sep 17 00:00:00 2001 From: Cho Date: Wed, 25 Sep 2019 16:54:47 +0900 Subject: [PATCH] fix(network): typo (#11088) --- util/network/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/network/src/lib.rs b/util/network/src/lib.rs index 31071655c..e94d35ba1 100644 --- a/util/network/src/lib.rs +++ b/util/network/src/lib.rs @@ -69,7 +69,7 @@ pub type NodeId = H512; /// Local (temporary) peer session ID. pub type PeerId = usize; -/// Messages used to communitate with the event loop from other threads. +/// Messages used to communicate with the event loop from other threads. #[derive(Clone)] pub enum NetworkIoMessage { /// Register a new protocol handler.