aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ext-toolchain.sh
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-09-26 17:58:59 -0400
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-10-31 21:24:47 +0100
commit08622de7d66eb90038de54f34ab2fe2308424fd0 (patch)
treea52891b13c49369f8a87d0a6afe302e6cee52a71 /scripts/ext-toolchain.sh
parent76fff69180039ace23ce10a2570ec9f441a0cab6 (diff)
downloadupstream-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.gz
upstream-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.bz2
upstream-08622de7d66eb90038de54f34ab2fe2308424fd0.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>
Diffstat (limited to 'scripts/ext-toolchain.sh')
-rwxr-xr-xscripts/ext-toolchain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh
index ee7d9532f5..4da287591a 100755
--- a/scripts/ext-toolchain.sh
+++ b/scripts/ext-toolchain.sh
@@ -569,7 +569,7 @@ while [ -n "$1" ]; do
echo -e " Most commands also take a --cflags parameter which " >&2
echo -e " is used to specify C flags to be passed to the " >&2
echo -e " cross compiler when performing tests." >&2
- echo -e " This paremter may be repeated multiple times." >&2
+ echo -e " This parameter may be repeated multiple times." >&2
exit 1
;;