Fix typo in a job.rs comment

This commit is contained in:
fusillicode 2020-01-26 14:06:18 +01:00 committed by David Peter
parent 7213f5a88e
commit e46998278a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ pub fn job(
// Drop the lock so that other threads can read from the receiver.
drop(lock);
// Generate a command, executes it and store its exit code.
// Generate a command, execute it and store its exit code.
results.push(cmd.generate_and_execute(&value, Arc::clone(&out_perm)))
}
// Returns error in case of any error.