Skip to content

Commit

Permalink
Merge pull request #1136 from PigeonF/PigeonF/push-mlqnlvmswwmp
Browse files Browse the repository at this point in the history
chore: Fix typo "potemtial" -> "potential"
  • Loading branch information
epage authored Oct 30, 2024
2 parents 0d9e0c2 + b994765 commit e903c46
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 e903c46

Please sign in to comment.