diff --git a/crates/typos-cli/src/file.rs b/crates/typos-cli/src/file.rs index 4aee397..b12037a 100644 --- a/crates/typos-cli/src/file.rs +++ b/crates/typos-cli/src/file.rs @@ -719,7 +719,7 @@ fn walk_entry( .any(|n| *n == entry.file_name()) { log::debug!( - "{}: skipping potemtial config file as it may have typos", + "{}: skipping potential config file as it may have typos", entry.path().display() ); return Ok(());