Commit dfdcc978 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Several typo fixes from `typos`.

parent e571bc6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ enum ErrorDetail {
    #[error("Error setting up the directory manager")]
    DirMgrSetup(#[source] tor_dirmgr::Error),

    /// Error setting up the state mangager.
    /// Error setting up the state manager.
    #[error("Error setting up the persistent state manager")]
    StateMgrSetup(#[source] tor_persist::Error),

+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ impl msg::Body for EstablishIntro {
        // `tor_bytes::Writer::write` to return a `Result`.
        w.write_u16(self.auth_key.len() as u16);
        w.write_all(&self.auth_key[..]);
        // N_EXTENTIONS is zero for now
        // N_EXTENSIONS is zero for now
        w.write_u8(0_u8);
        w.write_all(&self.handshake_auth[..]);
        w.write_u16(self.sig.len() as u16);
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ set -euo pipefail
# if it supports _any_ of these licenses.
#
# We don't currently do a good job of understanding AND, so
# intersting license combinations that involve AND may need to be given
# interesting license combinations that involve AND may need to be given
# in quotes.
RECOGNIZED_LICENSES=(
    Apache-2.0