From cc8b9e446f5ead64d08da4ddc61e0b61eba33474 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Mon, 24 Oct 2022 14:45:48 +0200 Subject: [PATCH] tor-cell: Fix typos in msg.rs --- crates/tor-cell/src/relaycell/msg.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tor-cell/src/relaycell/msg.rs b/crates/tor-cell/src/relaycell/msg.rs index e88ad4675..26822653d 100644 --- a/crates/tor-cell/src/relaycell/msg.rs +++ b/crates/tor-cell/src/relaycell/msg.rs @@ -46,7 +46,7 @@ pub enum RelayMsg { Extended2(Extended2), /// Partially close a circuit Truncate, - /// Tell the client the a circuit has been partially closed + /// Tell the client that a circuit has been partially closed Truncated(Truncated), /// Used for padding Drop, @@ -453,7 +453,7 @@ caret_int! { MISC = 1, /// Couldn't look up hostname. RESOLVEFAILED = 2, - /// Remote host refused connection * + /// Remote host refused connection. CONNECTREFUSED = 3, /// Closing a stream because of an exit-policy violation. EXITPOLICY = 4,