git: 77a07a9384 - main - checkkey: Fix typos in comments
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=77a07a9384a491311b2bcd6b47cd73ae8018f9e2 commit 77a07a9384a491311b2bcd6b47cd73ae8018f9e2 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2021-10-13 11:30:35 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2021-10-13 11:30:35 +0000 checkkey: Fix typos in comments Reported by: Pau Amma --- documentation/tools/checkkey.sh | 4 ++-- 1 file 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}" $@