fix(network): typo (#11088)

This commit is contained in:
Cho 2019-09-25 16:54:47 +09:00 committed by Niklas Adolfsson
parent fc22c58408
commit 7f5ac8ba7a

View File

@ -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.