Skip to content

Commit

Permalink
chore: Fix typo "potemtial" -> "potential"
Browse files Browse the repository at this point in the history
  • Loading branch information
PigeonF committed Oct 30, 2024
1 parent 0d9e0c2 commit b994765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/typos-cli/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(());
Expand Down

0 comments on commit b994765

Please sign in to comment.