Merge branch 'fix_typos' into 'main'

tor-cell: Fix typos in msg.rs

See merge request tpo/core/arti!802
This commit is contained in:
eta 2022-10-25 10:36:07 +00:00
commit 378a4999ad
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,
@ -454,7 +454,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,