Skip to content

Commit

Permalink
Update subprocess.hpp (#51)
Browse files Browse the repository at this point in the history
fixed type
  • Loading branch information
Cr4shOv3rrid3 authored and arun11299 committed Nov 23, 2019
1 parent a5cc965 commit 126ee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprocess.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 126ee29

Please sign in to comment.