Browse Source

*: fix typo for separate(d|) in text

seperate is a common misspelling of separate

Fix all the typos in the tree that are not related to patch files.

CHANGES
  seperate -> separate, in the list of changes
Config.in.legacy
  seperate -> separate, in option name and help texts
package/leafnode2/leafnode2.mk
  seperate -> separate, in a comment
system/Config.in
  seperated -> separated, in a help text

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Ricardo Martincoski 2 years ago
parent
commit
4092d2a354
4 changed files with 7 additions and 7 deletions
  1. 2 2
      CHANGES
  2. 3 3
      Config.in.legacy
  3. 1 1
      package/leafnode2/leafnode2.mk
  4. 1 1
      system/Config.in

+ 2 - 2
CHANGES

@@ -7737,7 +7737,7 @@
 
 
 	Architecture: Default to bf532 CPU variant for blackfin,
 	Architecture: Default to bf532 CPU variant for blackfin,
 	Fix flat one memory region support for m68k and disable flat
 	Fix flat one memory region support for m68k and disable flat
-	seperate data support because of compatibility issues.
+	separate data support because of compatibility issues.
 
 
 	Defconfigs: Minnowboard and Raspberrypi: Fix errors with
 	Defconfigs: Minnowboard and Raspberrypi: Fix errors with
 	post-build scripts when systemd is used.
 	post-build scripts when systemd is used.
@@ -8273,7 +8273,7 @@
 
 
 	Minor fixes.
 	Minor fixes.
 
 
-	Merged/seperate /usr handling is now also performed for
+	Merged/separate /usr handling is now also performed for
 	staging so cross-gdb / gdbserver can find the libraries.
 	staging so cross-gdb / gdbserver can find the libraries.
 
 
 	Updated/fixed packages: autossh, conntrack-tools, dcron,
 	Updated/fixed packages: autossh, conntrack-tools, dcron,

+ 3 - 3
Config.in.legacy

@@ -3346,7 +3346,7 @@ config BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND
 	select BR2_PACKAGE_RESTORECOND
 	select BR2_PACKAGE_RESTORECOND
 	help
 	help
 	  The policycoreutils package no longer offers restorecond
 	  The policycoreutils package no longer offers restorecond
-	  as a option.  This package has been moved into a seperate
+	  as a option.  This package has been moved into a separate
 	  package maintained by the SELinux maintainers.
 	  package maintained by the SELinux maintainers.
 
 
 config BR2_PACKAGE_SEPOLGEN
 config BR2_PACKAGE_SEPOLGEN
@@ -3940,7 +3940,7 @@ config BR2_GDB_VERSION_7_9
 comment "Legacy options removed in 2016.11"
 comment "Legacy options removed in 2016.11"
 
 
 config BR2_PACKAGE_PHP_SAPI_CLI_CGI
 config BR2_PACKAGE_PHP_SAPI_CLI_CGI
-	bool "PHP CGI and CLI options are now seperate"
+	bool "PHP CGI and CLI options are now separate"
 	select BR2_PACKAGE_PHP_SAPI_CLI
 	select BR2_PACKAGE_PHP_SAPI_CLI
 	select BR2_PACKAGE_PHP_SAPI_CGI
 	select BR2_PACKAGE_PHP_SAPI_CGI
 	select BR2_LEGACY
 	select BR2_LEGACY
@@ -4970,7 +4970,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
 	select BR2_PACKAGE_KODI_PVR_VUPLUS
 	select BR2_PACKAGE_KODI_PVR_VUPLUS
 	select BR2_PACKAGE_KODI_PVR_WMC
 	select BR2_PACKAGE_KODI_PVR_WMC
 	help
 	help
-	  Kodi PVR addon was split into seperate modules
+	  Kodi PVR addon was split into separate modules
 
 
 config BR2_BINUTILS_VERSION_2_23_2
 config BR2_BINUTILS_VERSION_2_23_2
 	bool "binutils 2.23 option renamed"
 	bool "binutils 2.23 option renamed"

+ 1 - 1
package/leafnode2/leafnode2.mk

@@ -23,7 +23,7 @@ LEAFNODE2_CONF_OPTS = \
 	--enable-runas-user=root
 	--enable-runas-user=root
 
 
 # Leafnode2 needs the host version of b_sortnl during
 # Leafnode2 needs the host version of b_sortnl during
-# compilation. Instead of creating a seperate host package and
+# compilation. Instead of creating a separate host package and
 # installing b_sortnl to $(HOST_DIR) this binary is compiled
 # installing b_sortnl to $(HOST_DIR) this binary is compiled
 # on-the-fly, host-pcre is needed for this
 # on-the-fly, host-pcre is needed for this
 define LEAFNODE2_BUILD_SORTNL_TOOL
 define LEAFNODE2_BUILD_SORTNL_TOOL

+ 1 - 1
system/Config.in

@@ -483,7 +483,7 @@ config BR2_ENABLE_LOCALE_WHITELIST
 	default "C en_US"
 	default "C en_US"
 	depends on BR2_ENABLE_LOCALE_PURGE
 	depends on BR2_ENABLE_LOCALE_PURGE
 	help
 	help
-	  Whitespace seperated list of locales to allow on target.
+	  Whitespace separated list of locales to allow on target.
 	  Locales not listed here will be removed from the target.
 	  Locales not listed here will be removed from the target.
 	  See 'locale -a' on your host for a list of locales available
 	  See 'locale -a' on your host for a list of locales available
 	  on your build host, or have a look in /usr/share/locale in
 	  on your build host, or have a look in /usr/share/locale in