浏览代码

package, legacy: fix typo for "daemon" on help text

deamon -> daemon

At same time, in Config.in.legacy fix other typos in the same help text:
spae -> space
monolitic -> monolithic

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Ricardo Martincoski 2 年之前
父节点
当前提交
6a9feaabbc
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      Config.in.legacy
  2. 1 1
      package/ngircd/Config.in
  3. 1 1
      package/rp-pppoe/Config.in

+ 2 - 2
Config.in.legacy

@@ -4430,8 +4430,8 @@ config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
 	select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
 	select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
 	help
 	help
 	  The user space support has been split in two part:
 	  The user space support has been split in two part:
-	  - a monolitic user space library
-	  - a user spae deamon driver
+	  - a monolithic user space library
+	  - a user space daemon driver
 
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "using the linux headers version for the kernel has been removed"
 	bool "using the linux headers version for the kernel has been removed"

+ 1 - 1
package/ngircd/Config.in

@@ -2,6 +2,6 @@ config BR2_PACKAGE_NGIRCD
 	bool "ngircd"
 	bool "ngircd"
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_USE_MMU # fork()
 	help
 	help
-	  Next Generation IRC server deamon.
+	  Next Generation IRC server daemon.
 
 
 	  http://ngircd.barton.de
 	  http://ngircd.barton.de

+ 1 - 1
package/rp-pppoe/Config.in

@@ -9,7 +9,7 @@ config BR2_PACKAGE_RP_PPPOE
 	select BR2_PACKAGE_PPPD
 	select BR2_PACKAGE_PPPD
 	help
 	help
 	  An implementation of the Point-to-point protocol over
 	  An implementation of the Point-to-point protocol over
-	  Ethernet.  Has userspace client and server deamons. You
+	  Ethernet.  Has userspace client and server daemons. You
 	  likely only need this package if you are implementing the
 	  likely only need this package if you are implementing the
 	  pppoe server that will service other pppoe client
 	  pppoe server that will service other pppoe client
 	  devices. Otherwise the normal client functionality already
 	  devices. Otherwise the normal client functionality already