소스 검색

package/sysklogd: fix typos in help text

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Arnout: fix additional 'recommended' typo]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 74bef5945f48fea2a863a456fa21271d136ed189)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 달 전
부모
커밋
f3dae29d03
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/sysklogd/Config.in

+ 2 - 2
package/sysklogd/Config.in

@@ -43,9 +43,9 @@ config BR2_PACKAGE_SYSKLOGD_LOGGER
 	help
 	help
 	  Generate log messages from scripts or from the command line.
 	  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,
 	  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
 	  The BusyBox, or util-linux, logger tools can also be used, but
 	  are limited to RFC3164 style messages.
 	  are limited to RFC3164 style messages.