From ec25f68b9bf002034886256b18e6247b13a0018b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 28 Feb 2022 14:47:25 +0000 Subject: [PATCH] Fix typo in message --- crates/tor-error/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tor-error/src/lib.rs b/crates/tor-error/src/lib.rs index 70fbebfeb..0a4b994f8 100644 --- a/crates/tor-error/src/lib.rs +++ b/crates/tor-error/src/lib.rs @@ -438,7 +438,7 @@ pub enum ErrorKind { /// protocol violation by the peer; /// peer refusing to provide service; /// etc. - #[display(fmt = "remote protocol failedr")] + #[display(fmt = "remote protocol failed")] RemoteProtocolFailed, /// An operation failed, and the relay in question reported that it's too