summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-20 11:45:06 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-20 11:45:06 +0200
commitc5521326c2436757c5177f7ac1ef5d918eb560d8 (patch)
treee04e9ec874027e6173210d16d830a7a77e5af4dc
parent5922c0f3931e2ec2cad7d63e216402b31fbc8ae6 (diff)
openpgp-ffi: Typos.
-rw-r--r--openpgp-ffi/src/tpk.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/src/tpk.rs b/openpgp-ffi/src/tpk.rs
index fed6a323..8f185e82 100644
--- a/openpgp-ffi/src/tpk.rs
+++ b/openpgp-ffi/src/tpk.rs
@@ -459,7 +459,7 @@ pub extern "C" fn pgp_user_id_binding_iter_next<'a>(
/* tpk::KeyIter. */
-/// Wrapers a KeyIter for export via the FFI.
+/// Wraps a KeyIter for export via the FFI.
pub struct KeyIterWrapper<'a> {
iter: KeyIter<'a>,
// Whether next has been called.
@@ -695,7 +695,7 @@ pub extern "C" fn pgp_tpk_key_iter_next<'a>(
}
}
-/// Wrappers a TPKParser for export via the FFI.
+/// Wraps a TPKParser for export via the FFI.
pub struct TPKParserWrapper<'a> {
parser: TPKParser<'a, std::vec::IntoIter<self::openpgp::Packet>>,
}