Skip to content

Commit

Permalink
Fix typo in epmd help
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz authored and proxyles committed Mar 25, 2011
1 parent 75bde02 commit 0094f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/epmd/src/epmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static void usage(EpmdVars *g)
fprintf(stderr, " List names registered with the currently "
"running epmd\n");
fprintf(stderr, " -kill\n");
fprintf(stderr, " Kill the currently runniing epmd\n");
fprintf(stderr, " Kill the currently running epmd\n");
fprintf(stderr, " (only allowed if -names show empty database or\n");
fprintf(stderr, " -relaxed_command_check was given when epmd was started).\n");
fprintf(stderr, " -stop Name\n");
Expand Down

0 comments on commit 0094f95

Please sign in to comment.