build: fix various typos
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 26 Sep 2021 21:58:59 +0000 (17:58 -0400)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 31 Oct 2021 20:24:47 +0000 (21:24 +0100)
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>
config/Config-build.in
config/Config-kernel.in

index 92ec97aefaa8937e6ed202a1af19ec76472ee341..a028ebfbc37ae682675580ea845fe00978869dff 100644 (file)
@@ -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
index d4648a50644448bad6ddcee650fd9ea394923ab4..dc249a6031f52a378a344eaa2aa845ca7697894c 100644 (file)
@@ -1112,7 +1112,7 @@ config KERNEL_SQUASHFS_XATTR
        bool "Squashfs XATTR support"
 
 #
-# compile optimiziation setting
+# compile optimization setting
 #
 choice
        prompt "Compiler optimization level"