Skip to content

Commit

Permalink
Auto merge of #7066 - nmattia:nm/fix-typo-2, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
bors committed Jun 24, 2019
2 parents 1d8ac3c + 0f4ddf9 commit 4c1fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ impl<'cfg> RegistrySource<'cfg> {
MaybePackage::Download { .. } => unreachable!(),
};

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

0 comments on commit 4c1fa54

Please sign in to comment.