From 629fa80674772c455560f28e46273c798482ade9 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Fri, 24 Mar 2023 09:56:08 +0200 Subject: [PATCH] Fix typos --- crates/tor-config/src/sources.rs | 2 +- maint/check_env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=()