The branch OpenSSL_1_1_1-stable has been updated
       via  d0afc7bffa3f632671e833738056df15e26dc6f3 (commit)
      from  2988abe069283af16055a90f3b86f638907cd86a (commit)


- Log -----------------------------------------------------------------
commit d0afc7bffa3f632671e833738056df15e26dc6f3
Author: Michael Richardson <m...@sandelman.ca>
Date:   Thu Dec 27 13:25:07 2018 -0500

    fixed grammar typo
    
    Reviewed-by: Tim Hudson <t...@openssl.org>
    Reviewed-by: Matthias St. Pierre <matthias.st.pie...@ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/7959)
    
    (cherry picked from commit fff1470cda05dedd98d2e8e18c3bc320635365d4)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/CMS_get0_type.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/CMS_get0_type.pod b/doc/man3/CMS_get0_type.pod
index cad8d3f..86526e0 100644
--- a/doc/man3/CMS_get0_type.pod
+++ b/doc/man3/CMS_get0_type.pod
@@ -16,7 +16,7 @@ CMS_get0_type, CMS_set1_eContentType, CMS_get0_eContentType, 
CMS_get0_content -
 =head1 DESCRIPTION
 
 CMS_get0_type() returns the content type of a CMS_ContentInfo structure as
-and ASN1_OBJECT pointer. An application can then decide how to process the
+an ASN1_OBJECT pointer. An application can then decide how to process the
 CMS_ContentInfo structure based on this value.
 
 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo
@@ -60,7 +60,7 @@ embedded content as it is normally set by higher level 
functions.
 
 =head1 RETURN VALUES
 
-CMS_get0_type() and CMS_get0_eContentType() return and ASN1_OBJECT structure.
+CMS_get0_type() and CMS_get0_eContentType() return an ASN1_OBJECT structure.
 
 CMS_set1_eContentType() returns 1 for success or 0 if an error occurred.  The
 error can be obtained from ERR_get_error(3).
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to