Re: Typo in ASN1_STRING_length.3

2021-11-14 Thread Ingo Schwarze
Hi Matthias,

Matthias Schmidt wrote on Sun, Nov 14, 2021 at 10:41:40AM +0100:

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

Committed.

Thank you for reading such patches and for reporting the error!

Yours,
  Ingo


> 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



Typo in ASN1_STRING_length.3

2021-11-14 Thread Matthias Schmidt
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