summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-04-03 17:46:40 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-04-03 17:54:32 +0200
commit19266d145ce2fedb63c6562ccc53848196f019eb (patch)
tree4cff1c3dabb1e1eda28cc46eb72fd6baad1688df /openpgp-ffi
parentda206f3817b98dcf1270f620dac3a0995601d552 (diff)
openpgp-ffi: Typo.
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/src/parse/stream.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/src/parse/stream.rs b/openpgp-ffi/src/parse/stream.rs
index d78ded86..420ed5fd 100644
--- a/openpgp-ffi/src/parse/stream.rs
+++ b/openpgp-ffi/src/parse/stream.rs
@@ -86,7 +86,7 @@ pub extern "system" fn pgp_revocation_status_free(
/// VerificationResult. The outer array is for the verification level
/// and is indexed by the verification level. A verification level of
/// zero corresponds to direct signatures; A verification level of 1
-/// corresponds to notorizations (i.e., signatures of signatures);
+/// corresponds to notarizations (i.e., signatures of signatures);
/// etc.
///
/// Within each level, there can be one or more signatures.
@@ -100,7 +100,7 @@ pub struct VerificationResults<'a> {
/// VerificationResult. The outer array is for the verification level
/// and is indexed by the verification level. A verification level of
/// zero corresponds to direct signatures; A verification level of 1
-/// corresponds to notorizations (i.e., signatures of signatures);
+/// corresponds to notarizations (i.e., signatures of signatures);
/// etc.
///
/// This function returns the verification results for a particular