Skip to content

Commit 6b61cfd

Browse files
authored
Fix typo in job.rs cago->cargo
1 parent 5225e87 commit 6b61cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! Most of the time when you're running cargo you expect Ctrl-C to actually
66
//! 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
7+
//! (cargo). This currently works "by default" on Unix platforms because Ctrl-C
88
//! actually sends a signal to the *process group* rather than the parent
99
//! process, so everything will get torn down. On Windows, however, this does
1010
//! not happen and Ctrl-C just kills cargo.

0 commit comments

Comments
 (0)