summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/keygeneration/add_loem_keys.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keygeneration/add_loem_keys.sh b/scripts/keygeneration/add_loem_keys.sh
index 198baf0c..4cf8f4ca 100755
--- a/scripts/keygeneration/add_loem_keys.sh
+++ b/scripts/keygeneration/add_loem_keys.sh
@@ -66,7 +66,7 @@ main() {
highest_key=$(printf '%s\n' firmware.loem*.keyblock |
sed -r 's:firmware.loem(.*).keyblock:\1:' |
sort -n | tail -1)
- echo "There are ${highest_key} loem keys; ading ${num_keys} more"
+ echo "There are ${highest_key} loem keys; adding ${num_keys} more"
for ((k = highest_key + 1; k < highest_key + 1 + num_keys; ++k)); do
echo "Generating LOEM ${k}"