Skip to content

Commit 72cf9cd

Browse files
committed
build(spell): fix typos
1 parent d070ffc commit 72cf9cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pgp-verify-jar/pgp-verify-jar.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
operations. Default is keyserver.ubuntu.com.
2222
-b, --bootstrap-online-keys KEYS download from the keyserver the keys with
2323
the provided IDs (typically key-signing keys
24-
used to boostrap the chain of trust). This
24+
used to bootstrap the chain of trust). This
2525
option argument can be a single ID or a
2626
comma-separated list of IDs.
2727
-o, --online-keys KEYS download from the keyserver only the keys
@@ -189,9 +189,9 @@ if [ "${VERIFICATION_MODE}" = 'online' ]; then
189189
KEYSERVER='keyserver.ubuntu.com'
190190
fi
191191
if [ -z ${BOOTSTRAP_ONLINE_KEYS+x} ]; then
192-
echo pgp-verify-jar: No boostrap online key specified.
192+
echo pgp-verify-jar: No bootstrap online key specified.
193193
else
194-
echo pgp-verify-jar: Downloading boostrap keys "${BOOTSTRAP_ONLINE_KEYS}" from server "${KEYSERVER}"
194+
echo pgp-verify-jar: Downloading bootstrap keys "${BOOTSTRAP_ONLINE_KEYS}" from server "${KEYSERVER}"
195195
IFS=',' read -ra keys <<<"${BOOTSTRAP_ONLINE_KEYS}"
196196
\gpg --batch --verbose --keyserver "${KEYSERVER}" --recv-keys "${keys[@]+"${keys[@]}"}"
197197
fi

0 commit comments

Comments
 (0)