diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2021-09-26 17:58:59 -0400 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-04 16:07:34 +0100 |
commit | 997ab5437386493aab1ffa9a9e99061a6a4cba4b (patch) | |
tree | fd2c60d4d5544a0db57fe71183d6e2fdf9a940c0 /scripts/size_compare.sh | |
parent | fd7e8e4e7520ac7531c1008a83557c7a04860da5 (diff) | |
download | upstream-997ab5437386493aab1ffa9a9e99061a6a4cba4b.tar.gz upstream-997ab5437386493aab1ffa9a9e99061a6a4cba4b.tar.bz2 upstream-997ab5437386493aab1ffa9a9e99061a6a4cba4b.zip |
scripts: fix various typos
This only affects typos in comments or user-facing output.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
[only picks changes to scripts, drop "commandline" replacement,
fix case for "arbitrary", improve commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 08622de7d66eb90038de54f34ab2fe2308424fd0)
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'scripts/size_compare.sh')
-rwxr-xr-x | scripts/size_compare.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/size_compare.sh b/scripts/size_compare.sh index 8b047a451e..a5cc3337c7 100755 --- a/scripts/size_compare.sh +++ b/scripts/size_compare.sh @@ -7,9 +7,9 @@ ### ### The script compares locally compiled package with the package indexes ### available upstream. This way the storage impact of optimizations or -### feature modifiactions is easy to see. +### feature modifications is easy to see. ### -### If no environmental variables are set the scritp reads the current +### If no environmental variables are set the script reads the current ### .config file. The evaluated env variables are the following: ### ### TARGET SUBTARGET ARCH PACKAGES BIN_DIR BASE_URL CHECK_INSTALLED |