Skip to content

Commit

Permalink
Auto merge of #9590 - hi-rustin:rustin-patch-fix-typo, r=Eh2406
Browse files Browse the repository at this point in the history
Fix typo

 manfiest -> manifest
  • Loading branch information
bors committed Jun 17, 2021
2 parents 7cdf534 + 5ff46b4 commit 211d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/toml/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use self::targets::targets;
/// This could result in a real or virtual manifest being returned.
///
/// A list of nested paths is also returned, one for each path dependency
/// within the manfiest. For virtual manifests, these paths can only
/// within the manifest. For virtual manifests, these paths can only
/// come from patched or replaced dependencies. These paths are not
/// canonicalized.
pub fn read_manifest(
Expand Down

0 comments on commit 211d00e

Please sign in to comment.