diff --git a/common/types/src/gateway.rs b/common/types/src/gateway.rs index 80194218b1..90d012a5ff 100644 --- a/common/types/src/gateway.rs +++ b/common/types/src/gateway.rs @@ -99,7 +99,7 @@ impl fmt::Display for GatewayNodeDetailsResponse { writeln!(f, "bind address: {}", self.bind_address)?; writeln!( f, - "mix Port: {}, clients port: {}", + "mix port: {}, clients port: {}", self.mix_port, self.clients_port )?;