diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2021-09-26 17:58:59 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-31 21:24:47 +0100 |
commit | 323bd7b0f576bf83a5f72a97f2169d7e50ad046b (patch) | |
tree | e324983ecd4fbd1e41af73817f0663db408edfe8 /config | |
parent | 08622de7d66eb90038de54f34ab2fe2308424fd0 (diff) | |
download | upstream-323bd7b0f576bf83a5f72a97f2169d7e50ad046b.tar.gz upstream-323bd7b0f576bf83a5f72a97f2169d7e50ad046b.tar.bz2 upstream-323bd7b0f576bf83a5f72a97f2169d7e50ad046b.zip |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 2 | ||||
-rw-r--r-- | 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" |