Skip to content

Commit 4c1fa54

Browse files
committed
Auto merge of #7066 - nmattia:nm/fix-typo-2, r=alexcrichton
Fix typo in comment
2 parents 1d8ac3c + 0f4ddf9 commit 4c1fa54

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl<'cfg> RegistrySource<'cfg> {
517517
MaybePackage::Download { .. } => unreachable!(),
518518
};
519519

520-
// After we've loaded the package configure it's summary's `checksum`
520+
// After we've loaded the package configure its summary's `checksum`
521521
// field with the checksum we know for this `PackageId`.
522522
let req = VersionReq::exact(package.version());
523523
let summary_with_cksum = self

0 commit comments

Comments
 (0)