aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/linksys-image.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/linksys-image.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/linksys-image.sh')
-rwxr-xr-xscripts/linksys-image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/linksys-image.sh b/scripts/linksys-image.sh
index 36a676d964..c3baf44844 100755
--- a/scripts/linksys-image.sh
+++ b/scripts/linksys-image.sh
@@ -11,11 +11,11 @@
# This is appended to the factory image and is tested by the Linksys Upgrader - as observed in civic.
# The footer is 256 bytes. The format is:
# .LINKSYS. This is detected by the Linksys upgrader before continuing with upgrade. (9 bytes)
-# <VERSION> The version number of upgrade. Not checked so use arbitary value (8 bytes)
+# <VERSION> The version number of upgrade. Not checked so use arbitrary value (8 bytes)
# <TYPE> Model of target device, padded (0x20) to (15 bytes)
# <CRC> CRC checksum of the image to flash (8 byte)
# <padding> Padding (0x20) (7 bytes)
-# <signature> Signature of signer. Not checked so use Arbitary value (16 bytes)
+# <signature> Signature of signer. Not checked so use arbitrary value (16 bytes)
# <padding> Padding (0x00) (192 bytes)
# 0x0A (1 byte)