We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5225e87 commit 6b61cfdCopy full SHA for 6b61cfd
src/cli/job.rs
@@ -4,7 +4,7 @@
4
//!
5
//! Most of the time when you're running cargo you expect Ctrl-C to actually
6
//! terminate the entire tree of processes in play, not just the one at the top
7
-//! (cago). This currently works "by default" on Unix platforms because Ctrl-C
+//! (cargo). This currently works "by default" on Unix platforms because Ctrl-C
8
//! actually sends a signal to the *process group* rather than the parent
9
//! process, so everything will get torn down. On Windows, however, this does
10
//! not happen and Ctrl-C just kills cargo.
0 commit comments