From: Josh Soref <jsoref@users.noreply.github.com>
Date: Sun, 26 Sep 2021 21:58:59 +0000 (-0400)
Subject: build: fix various typos
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=323bd7b0f576bf83a5f72a97f2169d7e50ad046b;p=openwrt%2Fstaging%2Fxback.git

build: fix various typos

Fix typos in comment and user-facing help text.

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
[split out config changes, adjust commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---

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"