Skip to content

Commit 573e8fc

Browse files
committed
ptyfwd: fix typo
Follow-up for 8224a48.
1 parent ffe2923 commit 573e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptyfwd/ptyfwd-tool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static int pty_forward_handler(PTYForward *f, int rcode, void *userdata) {
128128
}
129129

130130
static int helper_on_exit(sd_event_source *s, const siginfo_t *si, void *userdata) {
131-
/* Add 128 to signal exit statuses to mimick shells. */
131+
/* Add 128 to signal exit statuses to mimic shells. */
132132
return sd_event_exit(sd_event_source_get_event(s), si->si_status + (si->si_code == CLD_EXITED ? 0 : 128));
133133
}
134134

0 commit comments

Comments
 (0)