Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schachmat committed Nov 21, 2019
1 parent 667ca41 commit 4e10d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait_pgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void StartPgrp(void) {
LogErrno("sigaction(SIGUSR1)");
}
{
const char *args[2] = {"prgp_placeholder", NULL};
const char *args[2] = {"pgrp_placeholder", NULL};
ExecvHelper("pgrp_placeholder", args);
sleep(2); // Reduce log spam or other effects from failed execv.
_exit(EXIT_FAILURE);
Expand Down

0 comments on commit 4e10d68

Please sign in to comment.