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), }