Skip to content

Commit

Permalink
Fix the text of an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Apr 11, 2011
1 parent 919fff7 commit 0274231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reptyr.c
Expand Up @@ -210,7 +210,7 @@ int main(int argc, char **argv) {
if (unlockpt(pty) < 0)
die("Unable to unlockpt: %m");
if (grantpt(pty) < 0)
die("Unable to unlockpt: %m");
die("Unable to grantpt: %m");

if (do_attach) {
pid_t child = atoi(argv[arg]);
Expand Down

0 comments on commit 0274231

Please sign in to comment.