Update subprocess.hpp (#51)

fixed type
This commit is contained in:
CrashOverride 2019-11-23 18:19:14 +01:00 committed by Arun Muralidharan
parent a5cc965f72
commit 126ee2978f

View File

@ -649,7 +649,7 @@ enum IOTYPE {
* process. It can be: * process. It can be:
* 1. An already open file descriptor. * 1. An already open file descriptor.
* 2. A file name. * 2. A file name.
* 3. IOTYPE. Usuall a PIPE * 3. IOTYPE. Usual a PIPE
* *
* Eg: input{PIPE} * Eg: input{PIPE}
* OR in case of redirection, output of another Popen * OR in case of redirection, output of another Popen