From: Alex Gaynor Date: Fri, 9 Mar 2018 12:11:13 +0000 (-0500) Subject: Fixed a spelling mistake in ASN1_TIME_set.pod X-Git-Tag: OpenSSL_1_1_1-pre3~146 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d47eaaf41f67b0c3521a53aed6b4c4458417f791;p=oweals%2Fopenssl.git Fixed a spelling mistake in ASN1_TIME_set.pod Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5569) --- diff --git a/doc/man3/ASN1_TIME_set.pod b/doc/man3/ASN1_TIME_set.pod index d45cfe6d75..4ae640be5b 100644 --- a/doc/man3/ASN1_TIME_set.pod +++ b/doc/man3/ASN1_TIME_set.pod @@ -155,7 +155,7 @@ in the B and B parameters instead of directly manipulating a time_t value. ASN1_TIME_adj() may change the type from ASN1_GENERALIZEDTIME to ASN1_UTCTIME, -or vise-versa, based on the resulting year. The ASN1_GENERALIZEDTIME_adj() and +or vice versa, based on the resulting year. The ASN1_GENERALIZEDTIME_adj() and ASN1_UTCTIME_adj() functions will not modify the type of the return structure. It is recommended that functions starting with ASN1_TIME be used instead of