From 6f69593669b7d8424492da95a58d4d7cffa3c974 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 28 Feb 2019 13:02:35 +0100 Subject: [PATCH] tests: Fix typo in echo_srv help Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- tests/echo_srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1