8000 chore: Fix typo "potemtial" -> "potential" · crate-ci/typos@b994765 · GitHub
[go: up one dir, main page]

Skip to content

Commit b994765

Browse files
committed
chore: Fix typo "potemtial" -> "potential"
1 parent 0d9e0c2 commit b994765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typos-cli/src/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ fn walk_entry(
719719
.any(|n| *n == entry.file_name())
720720
{
721721
log::debug!(
722-
"{}: skipping potemtial config file as it may have typos",
722+
"{}: skipping potential config file as it may have typos",
723723
entry.path().display()
724724
);
725725
return Ok(());

0 commit comments

Comments
 (0)
0