diff --git a/crates/tor-config/src/sources.rs b/crates/tor-config/src/sources.rs index 63e3db9cd..bb242b46c 100644 --- a/crates/tor-config/src/sources.rs +++ b/crates/tor-config/src/sources.rs @@ -237,7 +237,7 @@ impl ConfigurationSources { for &(ref source, must_read) in &self.files { let required = must_read == MustRead::MustRead; - // Returns Err(error) if we shuold bail, + // Returns Err(error) if we should bail, // or Ok(()) if we should ignore the error and skip the file. let handle_io_error = |e: io::Error| { if e.kind() == io::ErrorKind::NotFound && !required { diff --git a/maint/check_env b/maint/check_env index 6f396e441..a687b88c4 100755 --- a/maint/check_env +++ b/maint/check_env @@ -49,7 +49,7 @@ RUST=( ) ############################################################################### -# EXEUCTION OF THE ACTUAL TESTS +# EXECUTION OF THE ACTUAL TESTS ############################################################################### MISSING_BIN=()