aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-28 13:02:35 +0100
committerAndreas Schneider <asn@samba.org>2019-03-21 08:42:49 +0100
commit6f69593669b7d8424492da95a58d4d7cffa3c974 (patch)
treeb60b2c7b67b1c0ace7be63756f4c40d0da890de2
parent887ce58dff7d8325e01738bd099e57dbace469f8 (diff)
downloadsocket_wrapper-6f69593669b7d8424492da95a58d4d7cffa3c974.tar.gz
socket_wrapper-6f69593669b7d8424492da95a58d4d7cffa3c974.tar.xz
socket_wrapper-6f69593669b7d8424492da95a58d4d7cffa3c974.zip
tests: Fix typo in echo_srv help
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-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",