Skip to content

Commit

Permalink
Auto merge of #8389 - hbina:spelling, r=ehuss
Browse files Browse the repository at this point in the history
Correct mispelling of `cargo`.
  • Loading branch information
bors committed Jun 20, 2020
2 parents d25ecc8 + 08ba47d commit 442de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Most of the time when you're running cargo you expect Ctrl-C to actually
//! terminate the entire tree of processes in play, not just the one at the top
//! (cago). This currently works "by default" on Unix platforms because Ctrl-C
//! (cargo). This currently works "by default" on Unix platforms because Ctrl-C
//! actually sends a signal to the *process group* rather than the parent
//! process, so everything will get torn down. On Windows, however, this does
//! not happen and Ctrl-C just kills cargo.
Expand Down

0 comments on commit 442de29

Please sign in to comment.