[openwrt/openwrt] build: fix various typos
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 31 16:16:53 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/323bd7b0f576bf83a5f72a97f2169d7e50ad046b
commit 323bd7b0f576bf83a5f72a97f2169d7e50ad046b
Author: Josh Soref <jsoref at users.noreply.github.com>
AuthorDate: Sun Sep 26 17:58:59 2021 -0400
build: fix various typos
Fix typos in comment and user-facing help text.
Signed-off-by: Josh Soref <jsoref at users.noreply.github.com>
[split out config changes, adjust commit message]
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
config/Config-build.in | 2 +-
config/Config-kernel.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/Config-build.in b/config/Config-build.in
index 92ec97aefa..a028ebfbc3 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -107,7 +107,7 @@ menu "Global build settings"
default n
help
This makes file checksums part of package metadata. It increases size
- but provides you with pkg_check command to check for flash coruptions.
+ but provides you with pkg_check command to check for flash corruptions.
config INCLUDE_CONFIG
bool "Include build configuration in firmware" if DEVEL
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index d4648a5064..dc249a6031 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -1112,7 +1112,7 @@ config KERNEL_SQUASHFS_XATTR
bool "Squashfs XATTR support"
#
-# compile optimiziation setting
+# compile optimization setting
#
choice
prompt "Compiler optimization level"
More information about the lede-commits
mailing list