aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-07 16:53:30 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-07 16:53:30 +0000
commitc53e189dfbf8b6f47c94561099c41f3412c6c8cd (patch)
treee44261a018fda172c0af5e83d1d54ea7107d2856 /package/base-files/image-config.in
parentf374eae83c31e0d421805a0fb74a0fa57d1724ef (diff)
downloadmaster-187ad058-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.gz
master-187ad058-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.bz2
master-187ad058-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.zip
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r--package/base-files/image-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index c679a5b33a..8859eb6f6a 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -18,11 +18,11 @@ config TARGET_PREINIT_SUPPRESS_STDERR
default y
help
Sends stderr to null during preinit. This is the default behaviour
- in previous versions of OpenWRT. This also prevents init process
+ in previous versions of OpenWrt. This also prevents init process
itself from displaying stderr, however processes launched by init
in multiuser through inittab will use the current terminal (e.g.
the ash shell launched by inittab will display stderr). That's
- the same behaviour as seen in previous version of OpenWRT.
+ the same behaviour as seen in previous version of OpenWrt.
config TARGET_PREINIT_TIMEOUT
int
@@ -128,7 +128,7 @@ menuconfig INITOPT
help
Prevents showing stderr messages for init command if not already
suppressed during preinit. This is the default behaviour in
- previous versions of OpenWRT. Removing this does nothing if
+ previous versions of OpenWrt. Removing this does nothing if
stderr is suppressed during preinit (which is the default).