diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-13 11:30:35 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-13 11:30:35 +0000 |
commit | 77a07a9384a491311b2bcd6b47cd73ae8018f9e2 (patch) | |
tree | 516dfc567d20bda00cbeb5134c25de4935296ffa | |
parent | d0b8158d6634f602ca864eea102d674f83d2531c (diff) |
-rwxr-xr-x | documentation/tools/checkkey.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/tools/checkkey.sh b/documentation/tools/checkkey.sh index deb7cbd640..c4772f13b3 100755 --- a/documentation/tools/checkkey.sh +++ b/documentation/tools/checkkey.sh @@ -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}" $@ |