From 077ea2599056d99dede72fa4f92d6e40a8e54657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 8 Dec 2023 09:10:33 +0100 Subject: [PATCH] capitalization --- common/types/src/gateway.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )?;