mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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())
|
.any(|n| *n == entry.file_name())
|
||||||
{
|
{
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"{}: skipping potemtial config file as it may have typos",
|
"{}: skipping potential config file as it may have typos",
|
||||||
entry.path().display()
|
entry.path().display()
|
||||||
);
|
);
|
||||||
return Ok(());
|
return Ok(());
|
||||||
|
|
Loading…
Reference in a new issue