Fix typo in ASN1_TIME_set.pod
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>
Sun, 30 Jul 2017 22:48:58 +0000 (18:48 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 30 Jul 2017 23:59:39 +0000 (19:59 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4053)

doc/man3/ASN1_TIME_set.pod

index d71e4d1d56b970a36a041fd1d50d333698d94394..229629616883442a97200e92f1149093dc46c659 100644 (file)
@@ -58,7 +58,7 @@ If B<s> is NULL, then the current time is converted. The output time is GMT.
 The B<tm_sec>, B<tm_min>, B<tm_hour>, B<tm_mday>, B<tm_wday>, B<tm_yday>,
 B<tm_mon> and B<tm_year> fields of B<tm> structure are set to proper values,
 whereas all other fields are set to 0. If B<tm> is NULL this function performs
-a format check on B<s> only. If B<s> is in Generalized format with franctional
+a format check on B<s> only. If B<s> is in Generalized format with fractional
 seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while
 converting B<s> to B<tm> structure.