From 1f2ab70ca4bc68bc0e409db62cca504d912b9ac6 Mon Sep 17 00:00:00 2001 From: whoami Date: Sat, 18 Feb 2023 23:20:26 +0300 Subject: [PATCH] typo? --- src/cmd/remote_host.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/remote_host.rs b/src/cmd/remote_host.rs index ded04a0..243659d 100644 --- a/src/cmd/remote_host.rs +++ b/src/cmd/remote_host.rs @@ -23,7 +23,7 @@ pub enum RemoteHostError { Io(#[from] IoError), #[error("Unknown port: {0}")] UnknownPort(String), - #[error("Unknown hostm and port: {0}")] + #[error("Unknown host and port: {0}")] UnknownHostPort(String), }