chore: Fix typo "potemtial" -> "potential"

This commit is contained in:
Jonas Fierlings 2024-10-30 22:30:28 +01:00
parent 0d9e0c2c1b
commit b994765ef9
No known key found for this signature in database

View file

@ -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(());