Fix typos in tor-protover README.md and docs

This commit is contained in:
Lennart Kloock 2021-08-11 19:10:56 +02:00
parent ea21b95dcc
commit c886e7926e
No known key found for this signature in database
GPG Key ID: 3492A1CA9BA39BB2
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ Implementation of Tor's "subprotocol versioning" feature.
The Tor system is built out of numerous "subprotocols" that are
versioned more or less independently. The `tor-protover` crate
implements parsing and handling for these subprotocol versions, so
that different Tor instances can one another which which parts of
the protocol they support.
that different Tor instances know which parts of the protocol
they support.
Subprotocol versions are also used to determine which versions of
the protocol are required to connect to the network (or just

View File

@ -5,8 +5,8 @@
//! The Tor system is built out of numerous "subprotocols" that are
//! versioned more or less independently. The `tor-protover` crate
//! implements parsing and handling for these subprotocol versions, so
//! that different Tor instances can one another which which parts of
//! the protocol they support.
//! that different Tor instances know which parts of the protocol
//! they support.
//!
//! Subprotocol versions are also used to determine which versions of
//! the protocol are required to connect to the network (or just