diff --git a/clients/client-core/src/client/cover_traffic_stream.rs b/clients/client-core/src/client/cover_traffic_stream.rs index a8ecad86b2..68fe05abd3 100644 --- a/clients/client-core/src/client/cover_traffic_stream.rs +++ b/clients/client-core/src/client/cover_traffic_stream.rs @@ -192,7 +192,7 @@ impl LoopCoverTrafficStream { // However it's still useful to alert the user that the gateway or the link to // the gateway can't keep up. Either due to insufficient bandwidth on the // client side, or that the gateway is overloaded. - log::warn!("Failed to send sphinx packet - gateway or connection to gatway can't keep up"); + log::warn!("Failed to send sphinx packet - gateway or connection to gateway can't keep up"); } TrySendError::Closed(_) => { log::warn!("Failed to send cover message - channel closed");