From 74bef5945f48fea2a863a456fa21271d136ed189 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2024 14:24:04 +0200 Subject: [PATCH] package/sysklogd: fix typos in help text Signed-off-by: Peter Korsgaard [Arnout: fix additional 'recommended' typo] Signed-off-by: Arnout Vandecappelle --- package/sysklogd/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/sysklogd/Config.in b/package/sysklogd/Config.in index c9b9fe8c35..7c457fb25e 100644 --- a/package/sysklogd/Config.in +++ b/package/sysklogd/Config.in @@ -43,9 +43,9 @@ config BR2_PACKAGE_SYSKLOGD_LOGGER help Generate log messages from scripts or from the command line. - This version of logger is receommended for use with sysklogd. + This version of logger is recommended for use with sysklogd. It makes use of the new syslogp() API for RFC5424 style logs, - e.g. MSGID, strucutred data (SD), etc. + e.g. MSGID, structured data (SD), etc. The BusyBox, or util-linux, logger tools can also be used, but are limited to RFC3164 style messages.