summaryrefslogtreecommitdiffstats
path: root/scripts/slugimage.pl
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/slugimage.pl
parent76fff69180039ace23ce10a2570ec9f441a0cab6 (diff)
downloadopenwrt-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.gz
openwrt-08622de7d66eb90038de54f34ab2fe2308424fd0.tar.bz2
openwrt-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/slugimage.pl')
-rwxr-xr-xscripts/slugimage.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl
index 8c0654d4f6..366b239e96 100755
--- a/scripts/slugimage.pl
+++ b/scripts/slugimage.pl
@@ -772,7 +772,7 @@ sub writeOutFirmware {
$_->{'name'}, $filename);
}
- # If the next parition is before the end of the current image, then rewind.
+ # If the next partition is before the end of the current image, then rewind.
elsif ($_->{'offset'} < $end_point) {
$debug and printf("Rewound %s before <%s> in \"%s\"\n",
(($end_point - $_->{'offset'}) >= $block_size ?
@@ -971,7 +971,7 @@ if (!GetOptions("d|debug" => \$debug,
print " [-b|--redboot] <file> Input/Output RedBoot filename\n";
print " [-s|--sysconf] <file> Input/Output SysConf filename\n";
print " [-L|--loader] <file> Second stage boot loader filename\n";
- print " [-k|--kernel] <file> Input/Ouptut Kernel filename\n";
+ print " [-k|--kernel] <file> Input/Output Kernel filename\n";
print " [-r|--ramdisk] <file> Input/Output Ramdisk filename(s)\n";
print " [-f|--fisdir] <file> Input/Output FIS directory filename\n";
print " [-m|--microcode] <file> Input/Output Microcode filename\n";