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/Config-build.in | |
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/Config-build.in')
-rw-r--r-- | config/Config-build.in | 2 |
1 files changed, 1 insertions, 1 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 |