Skip to content

Commit 601d04c

Browse files
committed
Fix typo.
1 parent 8786dec commit 601d04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ fn install_one(
202202

203203
let (mut ws, git_package) = if source_id.is_git() {
204204
// Don't use ws.current() in order to keep the package source as a git source so that
205-
// install tracking uses the correct sourc.
205+
// install tracking uses the correct source.
206206
(Workspace::new(pkg.manifest_path(), config)?, Some(&pkg))
207207
} else if source_id.is_path() {
208208
(Workspace::new(pkg.manifest_path(), config)?, None)

0 commit comments

Comments
 (0)