diff options
| author | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
| commit | 5c8fe5480964c282540c051b538e812851988422 (patch) | |
| tree | 61da9fb34cfb67875bea2dc259741c0e9b8ca78f /dirmngr/dns-stuff.h | |
| parent | g10: For signing, prefer available card key when no -u option. (diff) | |
| download | gnupg-5c8fe5480964c282540c051b538e812851988422.tar.gz gnupg-5c8fe5480964c282540c051b538e812851988422.zip | |
Spelling fixes in docs and comments.
--
In addition, fix trailing spaces in tests/inittests.
GnuPG-bug-id: 3121
Reported-by: ka7 (klemens)
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr/dns-stuff.h')
| -rw-r--r-- | dirmngr/dns-stuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dns-stuff.h b/dirmngr/dns-stuff.h index adb0b80b0..612b2e5f5 100644 --- a/dirmngr/dns-stuff.h +++ b/dirmngr/dns-stuff.h @@ -154,7 +154,7 @@ int is_onion_address (const char *name); /* Get the canonical name for NAME. */ gpg_error_t get_dns_cname (const char *name, char **r_cname); -/* Return a CERT record or an arbitray RR. */ +/* Return a CERT record or an arbitrary RR. */ gpg_error_t get_dns_cert (const char *name, int want_certtype, void **r_key, size_t *r_keylen, unsigned char **r_fpr, size_t *r_fprlen, |
