summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/echo_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/echo_srv.c b/tests/echo_srv.c
index fac4e8e..01e3325 100644
--- a/tests/echo_srv.c
+++ b/tests/echo_srv.c
@@ -886,7 +886,7 @@ int main(int argc, char **argv)
"[-D] [--pid pidfile]\n"
"-t makes the server listen on TCP\n"
"-u makes the server listen on UDP\n"
- "-D tells the server to become a deamon and " \
+ "-D tells the server to become a daemon and " \
"write a PIDfile\n"
"The default port is 7, the default PIDfile is " \
"echo_srv.pid in the current directory\n",