Skip to content

Commit

Permalink
Fix a typo in the description of exec_pty()
Browse files Browse the repository at this point in the history
  • Loading branch information
0mp authored and millert committed Jan 17, 2025
1 parent a5bca1b commit 6fc816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exec_pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ fill_exec_closure(struct exec_closure *ec, struct command_status *cstat,
* Execute a command in a pty, potentially with I/O logging, and
* wait for it to finish.
* This is a little bit tricky due to how POSIX job control works and
* we fact that we have two different controlling terminals to deal with.
* the fact that we have two different controlling terminals to deal with.
*/
bool
exec_pty(struct command_details *details,
Expand Down

0 comments on commit 6fc816d

Please sign in to comment.