Skip to content

Commit 126ee29

Browse files
Cr4shOv3rrid3arun11299
authored andcommitted
Update subprocess.hpp (arun11299#51)
fixed type
1 parent a5cc965 commit 126ee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprocess.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ enum IOTYPE {
649649
* process. It can be:
650650
* 1. An already open file descriptor.
651651
* 2. A file name.
652-
* 3. IOTYPE. Usuall a PIPE
652+
* 3. IOTYPE. Usual a PIPE
653653
*
654654
* Eg: input{PIPE}
655655
* OR in case of redirection, output of another Popen

0 commit comments

Comments
 (0)