Loading crates/arti-client/src/err.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading crates/tor-cell/src/relaycell/onion_service.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading maint/check_licenses +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
crates/arti-client/src/err.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading
crates/tor-cell/src/relaycell/onion_service.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
maint/check_licenses +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading