Skip to content

Commit 6fc816d

Browse files
0mpmillert
authored andcommitted
Fix a typo in the description of exec_pty()
1 parent a5bca1b commit 6fc816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exec_pty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ fill_exec_closure(struct exec_closure *ec, struct command_status *cstat,
10861086
* Execute a command in a pty, potentially with I/O logging, and
10871087
* wait for it to finish.
10881088
* This is a little bit tricky due to how POSIX job control works and
1089-
* we fact that we have two different controlling terminals to deal with.
1089+
* the fact that we have two different controlling terminals to deal with.
10901090
*/
10911091
bool
10921092
exec_pty(struct command_details *details,

0 commit comments

Comments
 (0)