diff --git a/src/client.rs b/src/client.rs index d6c3171..4788507 100644 --- a/src/client.rs +++ b/src/client.rs @@ -92,7 +92,7 @@ struct PeerState { /// * `ClientConnectionHandler` failed to allocate a communication channel with the /// other peer. In other words the `START_SENDING_TIMEOUT` is triggered. /// * Communication channel with the peer was closed unexpectedly. This can happen for example when - /// the TCP conection is closed. + /// the TCP conection is closed. established_connections: FnvHashSet, sending_state: SendingState, wantlist: WantlistState,