Fix two typos in OSSL_trace_enabled.pod
authorTheo Buehler <tb@openbsd.org>
Thu, 24 Jun 2021 09:37:04 +0000 (11:37 +0200)
committerPauli <pauli@openssl.org>
Sat, 26 Jun 2021 01:38:01 +0000 (11:38 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15894)

doc/man3/OSSL_trace_enabled.pod

index 896f306a2d05506841175f9811377d226e1b5f79..f9c9dffd8c6a8ae1afa650a608ddc6b32ed56886 100644 (file)
@@ -234,7 +234,7 @@ The macro B<OPENSSL_NO_TRACE> is defined in F<< <openssl/opensslconf.h> >>.
 
 =item *
 
-all functions are still present, bu OSSL_trace_enabled() will always
+all functions are still present, but OSSL_trace_enabled() will always
 report the categories as disabled, and all other functions will do
 nothing.
 
@@ -278,7 +278,7 @@ otherwise NULL.
 
 =head1 HISTORY
 
-The OpenSSL Tracing API was added ino OpenSSL 3.0.
+The OpenSSL Tracing API was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT