Skip to content

Commit 5ff46b4

Browse files
committed
Fix typo
1 parent 7cdf534 commit 5ff46b4

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)