tor-cell: Fix typos in msg.rs

This commit is contained in:
Emil Engler 2022-10-24 14:45:48 +02:00
parent b031616b5f
commit cc8b9e446f
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7
1 changed files with 2 additions and 2 deletions

View File

@ -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,