From 126ee2978f11285e5340948599fc775553c52f37 Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Sat, 23 Nov 2019 18:19:14 +0100 Subject: [PATCH] Update subprocess.hpp (#51) fixed type --- subprocess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprocess.hpp b/subprocess.hpp index c3338f9..c500033 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -649,7 +649,7 @@ enum IOTYPE { * process. It can be: * 1. An already open file descriptor. * 2. A file name. - * 3. IOTYPE. Usuall a PIPE + * 3. IOTYPE. Usual a PIPE * * Eg: input{PIPE} * OR in case of redirection, output of another Popen