mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 08:30:57 -05:00
chore: Fix typo "potemtial" -> "potential"
This commit is contained in:
parent
0d9e0c2c1b
commit
b994765ef9
1 changed files with 1 additions and 1 deletions
|
@ -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(());
|
||||
|
|
Loading…
Reference in a new issue