Hi,

in the recent commit to ASN1_STRING_length.3 a typo sneaked in:

diff 96921f4986cebab89014f4b188cc00426e2e11d8 /usr/src
blob - 9d8cbf83ce75abecbc8faf0bf1fce674ef2a8abf
file + lib/libcrypto/man/ASN1_STRING_length.3
--- lib/libcrypto/man/ASN1_STRING_length.3
+++ lib/libcrypto/man/ASN1_STRING_length.3
@@ -346,7 +346,7 @@ returns a number of bytes.
 and
 .Fn ASN1_STRING_copy
 return 1 on success or 0 on failure.
-They fail is memory allocation fails.
+They fail if memory allocation fails.
 .Fn ASN1_STRING_set
 and
 .Fn ASN1_OCTET_STRING_set

Reply via email to