From d5dd78e1231b65fdd25bce46ff588c24a00cdc1c Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Sun, 6 Oct 2019 20:49:31 +0200 Subject: [PATCH] Update subprocess.hpp fixed comment typo --- subprocess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..d4dcde4 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -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.