Skip to content

Commit 442de29

Browse files
committed
Auto merge of #8389 - hbina:spelling, r=ehuss
Correct mispelling of `cargo`.
2 parents d25ecc8 + 08ba47d commit 442de29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Most of the time when you're running cargo you expect Ctrl-C to actually
44
//! terminate the entire tree of processes in play, not just the one at the top
5-
//! (cago). This currently works "by default" on Unix platforms because Ctrl-C
5+
//! (cargo). This currently works "by default" on Unix platforms because Ctrl-C
66
//! actually sends a signal to the *process group* rather than the parent
77
//! process, so everything will get torn down. On Windows, however, this does
88
//! not happen and Ctrl-C just kills cargo.

0 commit comments

Comments
 (0)