Fix typos

This commit is contained in:
Laurențiu Nicola
2022-11-07 12:53:33 +02:00
parent f54c313914
commit cff7ab1308
7 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ struct JodChild(GroupChild);
/// A handle to a cargo process used for fly-checking.
struct CargoHandle {
/// The handle to the actual cargo process. As we cannot cancel directly from with
/// a read syscall dropping and therefor terminating the process is our best option.
/// a read syscall dropping and therefore terminating the process is our best option.
child: JodChild,
thread: jod_thread::JoinHandle<io::Result<(bool, String)>>,
receiver: Receiver<CargoMessage>,