Skip to content

Commit 211d00e

Browse files
committed
Auto merge of #9590 - hi-rustin:rustin-patch-fix-typo, r=Eh2406
Fix typo manfiest -> manifest
2 parents 7cdf534 + 5ff46b4 commit 211d00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use self::targets::targets;
3737
/// This could result in a real or virtual manifest being returned.
3838
///
3939
/// A list of nested paths is also returned, one for each path dependency
40-
/// within the manfiest. For virtual manifests, these paths can only
40+
/// within the manifest. For virtual manifests, these paths can only
4141
/// come from patched or replaced dependencies. These paths are not
4242
/// canonicalized.
4343
pub fn read_manifest(

0 commit comments

Comments
 (0)