summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-09-12 08:05:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-12 08:05:48 +0200
commit074d4b236266bf2934ea637da6c9bf4f18da4d0a (patch)
tree5e54381688961aa023c68aed163453645b7cd597 /postprocess
parent4f918cd5daed963287805da761e6983a392ae050 (diff)
Typo: muliple->multiple
Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/signing/signing.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index 875076ac7c48..bd5c2e3fe0d1 100644
--- a/postprocess/signing/signing.pl
+++ b/postprocess/signing/signing.pl
@@ -152,7 +152,7 @@ sub sign_files #09.07.2007 10:36
$commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url ne "");
# Here switch between:
- # one command line for muliple files (all doesn't work, too much) / for each file one command line
+ # one command line for multiple files (all doesn't work, too much) / for each file one command line
if ( $max_files > 1 ) {
exec_multi_sign($files_to_sign, $commandline_base);
} else