summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-18 05:31:19 +0800
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-18 05:31:19 +0800
commit465e206bfe2ab6cdcdf455a24fcac653998f98e8 (patch)
treed0f238c3af2b73305987ce82c3c208b9eeb13e68 /openpgp-ffi/include
parentdeb1a7162bc7bf24a1ea2244e0a2aa56936e3225 (diff)
Fix more spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'openpgp-ffi/include')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp.h2
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/error.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp.h b/openpgp-ffi/include/sequoia/openpgp.h
index 9eaa2d07..0f41d6ed 100644
--- a/openpgp-ffi/include/sequoia/openpgp.h
+++ b/openpgp-ffi/include/sequoia/openpgp.h
@@ -417,7 +417,7 @@ bool pgp_signature_key_expired(pgp_signature_t signature, pgp_key_t key,
/*/
/// Returns the PKESK's recipient.
///
-/// The return value is a reference ot a `KeyID`. The caller must not
+/// The return value is a reference to a `KeyID`. The caller must not
/// modify or free it.
/*/
pgp_keyid_t pgp_pkesk_recipient(pgp_pkesk_t pkesk);
diff --git a/openpgp-ffi/include/sequoia/openpgp/error.h b/openpgp-ffi/include/sequoia/openpgp/error.h
index 71ed9671..0691e178 100644
--- a/openpgp-ffi/include/sequoia/openpgp/error.h
+++ b/openpgp-ffi/include/sequoia/openpgp/error.h
@@ -83,7 +83,7 @@ typedef enum pgp_status {
PGP_STATUS_UNSUPPORTED_COMPRESSION_ALGORITHM = -28,
/*/
- /// Unsupport signature type.
+ /// Unsupported signature type.
/*/
PGP_STATUS_UNSUPPORTED_SIGNATURE_TYPE = -20,