From 2731591709fd0648cc7cd640e54463823bdef3a3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 21 Feb 2021 14:54:30 +0100 Subject: [PATCH] syslogd: Fix spelling error found by lintian Signed-off-by: Joachim Wiberg --- src/syslogd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/syslogd.c b/src/syslogd.c index 6ea06a4..c6ab6da 100644 --- a/src/syslogd.c +++ b/src/syslogd.c @@ -212,7 +212,7 @@ int usage(int code) " name or a port number\n" " domainname[:port] Accept messages where the reverse address\n" " lookup yields 'domainname' for the sender\n" - " adress. 'domainname' may contain special\n" + " address. 'domainname' may contain special\n" " shell-style pattern characters like '*'\n" "\n" " -b NAME Bind to a specific address and/or port. Multiple -b options may be\n" @@ -238,7 +238,7 @@ int usage(int code) " -s Operate in secure mode, do not log messages from remote machines.\n" " If specified twice, no socket at all will be opened, which also\n" " disables support for logging to remote machines.\n" - " -T Use local time and date for messages recived from remote hosts\n" + " -T Use local time and date for messages received from remote hosts\n" " -? Show this help text\n" " -v Show program version and exit\n" "\n"