Skip to content

Commit 9452003

Browse files
committed
Fix typo: "canonical lysing" -> "canonicalizing"
1 parent d8f63e8 commit 9452003

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/sources/registry

1 file changed

+1
-1
lines changed

src/cargo/sources/registry/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ impl<'gctx> Source for RegistrySource<'gctx> {
864864
// names to the original name. The resolver will later
865865
// reject any candidates that have the wrong name, and with this it'll
866866
// have enough information to offer "a similar crate exists" suggestions.
867-
// For now we only try the canonical lysing `-` to `_` and vice versa.
867+
// For now we only try canonicalizing `-` to `_` and vice versa.
868868
// More advanced fuzzy searching become in the future.
869869
for name_permutation in [
870870
dep.package_name().replace('-', "_"),

0 commit comments

Comments
 (0)