checkkey: Fix typos in comments

Reported by:	Pau Amma
This commit is contained in:
Mateusz Piotrowski 2021-10-13 13:30:35 +02:00
parent d0b8158d66
commit 77a07a9384
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ fi
# Now let's try to figure out what kind of thing we have as an ID.
# We'll check for a keyid first, as it's readily distinguishable
# from other things, but if we see that we have one, we push it back
# onto the argument list for later processing (becasue we may have
# been given a list of keyods).
# onto the argument list for later processing (because we may have
# been given a list of keys).
if echo "${id}" | egrep -q '^[0-9A-F]{16}$'; then
id_type="keyid"
set -- "${id}" $@