From 27eb9f23e60e5ed15651011f56eaf04591120630 Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Sun, 30 Jul 2017 18:48:58 -0400 Subject: [PATCH] Fix typo in ASN1_TIME_set.pod Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4053) --- doc/man3/ASN1_TIME_set.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/ASN1_TIME_set.pod b/doc/man3/ASN1_TIME_set.pod index d71e4d1d56..2296296168 100644 --- a/doc/man3/ASN1_TIME_set.pod +++ b/doc/man3/ASN1_TIME_set.pod @@ -58,7 +58,7 @@ If B is NULL, then the current time is converted. The output time is GMT. The B, B, B, B, B, B, B and B fields of B structure are set to proper values, whereas all other fields are set to 0. If B is NULL this function performs -a format check on B only. If B is in Generalized format with franctional +a format check on B only. If B is in Generalized format with fractional seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while converting B to B structure. -- 2.25.1