occured -> occurred;
authorjmc <jmc@openbsd.org>
Fri, 23 Jul 2021 06:02:39 +0000 (06:02 +0000)
committerjmc <jmc@openbsd.org>
Fri, 23 Jul 2021 06:02:39 +0000 (06:02 +0000)
lib/libcrypto/man/X509_print_ex.3

index c313d34..85e8270 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_print_ex.3,v 1.2 2021/07/19 13:16:43 schwarze Exp $
+.\" $OpenBSD: X509_print_ex.3,v 1.3 2021/07/23 06:02:39 jmc Exp $
 .\"
 .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: July 19 2021 $
+.Dd $Mdocdate: July 23 2021 $
 .Dt X509_PRINT_EX 3
 .Os
 .Sh NAME
@@ -242,7 +242,7 @@ to
 and
 .Fn X509_print_fp
 return 1 if all requested information was successfully printed,
-even if failures occured while attempting to decode or print the
+even if failures occurred while attempting to decode or print the
 public key or X.509 version 3 extensions, or 0 if any other operation
 failed.
 .Pp