Skip to content

Commit 6108e82

Browse files
authored
Merge pull request #1469 from felixrabe/patch-1
Typo
2 parents f546c2b + 66dad94 commit 6108e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup/toolchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ impl<'a> Toolchain<'a> {
621621
let rust_pkg = manifest
622622
.packages
623623
.get("rust")
624-
.expect("manifest should cantain a rust package");
624+
.expect("manifest should contain a rust package");
625625
let targ_pkg = rust_pkg
626626
.targets
627627
.get(&toolchain.target)

0 commit comments

Comments
 (0)