From 19266d145ce2fedb63c6562ccc53848196f019eb Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 3 Apr 2019 17:46:40 +0200 Subject: openpgp-ffi: Typo. --- openpgp-ffi/src/parse/stream.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openpgp-ffi') 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 -- cgit v1.2.3