We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f63e8 commit 9452003Copy full SHA for 9452003
src/cargo/sources/registry/mod.rs
@@ -864,7 +864,7 @@ impl<'gctx> Source for RegistrySource<'gctx> {
864
// names to the original name. The resolver will later
865
// reject any candidates that have the wrong name, and with this it'll
866
// have enough information to offer "a similar crate exists" suggestions.
867
- // For now we only try the canonical lysing `-` to `_` and vice versa.
+ // For now we only try canonicalizing `-` to `_` and vice versa.
868
// More advanced fuzzy searching become in the future.
869
for name_permutation in [
870
dep.package_name().replace('-', "_"),
0 commit comments