Update subprocess.hpp

fixed comment typo
This commit is contained in:
CrashOverride 2019-10-06 20:49:31 +02:00 committed by GitHub
parent a5cc965f72
commit d5dd78e123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -754,7 +754,7 @@ struct error
// needed to provide the functionality of preexec_func
// ATTN: Can be used only to execute functions with no
// arguments and returning void.
// Could have used more efficient methods, ofcourse, but
// Could have used more efficient methods, of course, but
// that wont yield me the consistent syntax which I am
// aiming for. If you know, then please do let me know.