Fix typo in ASN1_STRING_length doc
authorIvan Filenko <ivan.filenko@protonmail.com>
Sun, 25 Feb 2018 13:49:27 +0000 (16:49 +0300)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 1 Mar 2018 19:09:01 +0000 (20:09 +0100)
CLA: trivial

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/5458)

doc/man3/ASN1_STRING_length.pod

index 188861257725062bfd288cd7b979eccab7fc0aad..85d356540bc3ea1ff06ee72442d88557f8128da8 100644 (file)
@@ -71,8 +71,8 @@ utility functions should be used instead.
 In general it cannot be assumed that the data returned by ASN1_STRING_data()
 is null terminated or does not contain embedded nulls. The actual format
 of the data will depend on the actual string type itself: for example
-for and IA5String the data will be ASCII, for a BMPString two bytes per
-character in big endian format, UTF8String will be in UTF8 format.
+for an IA5String the data will be ASCII, for a BMPString two bytes per
+character in big endian format, and for an UTF8String it will be in UTF8 format.
 
 Similar care should be take to ensure the data is in the correct format
 when calling ASN1_STRING_set().