aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-01-09 17:41:05 +0100
committerHenrik Nord <[email protected]>2011-03-25 14:41:39 +0100
commit0094f959b941f7f2cfc35cd6c75f07493d86cc0b (patch)
tree98a20d5ce1a2c2529fb62169757e458503527b7e /erts/epmd
parent75bde02752be337a8d8d3ce3a4faaf4a55084178 (diff)
downloadotp-0094f959b941f7f2cfc35cd6c75f07493d86cc0b.tar.gz
otp-0094f959b941f7f2cfc35cd6c75f07493d86cc0b.tar.bz2
otp-0094f959b941f7f2cfc35cd6c75f07493d86cc0b.zip
Fix typo in epmd help
Diffstat (limited to 'erts/epmd')
-rw-r--r--erts/epmd/src/epmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/src/epmd.c b/erts/epmd/src/epmd.c
index 65ff0cd6b2..e94533f0ba 100644
--- a/erts/epmd/src/epmd.c
+++ b/erts/epmd/src/epmd.c
@@ -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");