capitalization

This commit is contained in:
Jon Häggblad
2023-12-08 09:10:33 +01:00
parent 77679064de
commit 077ea25990
+1 -1
View File
@@ -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
)?;