You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/11/01 16:54:25 UTC

(tomcat-native) branch main updated: Fix typo. Further improve BZ 67818 wording

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 607af745a Fix typo. Further improve BZ 67818 wording
607af745a is described below

commit 607af745adfeb1728fcc30e42218122a9e7b36e2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 1 16:49:46 2023 +0000

    Fix typo. Further improve BZ 67818 wording
---
 xdocs/miscellaneous/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 8ed614b72..42a242b42 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -35,7 +35,7 @@
   <changelog>
     <add>
       <bug>67538</bug>: Make use of Ant's <code>&lt;javaversion /&gt;</code>
-      task to enfore the mininum Java build version. (michaelo)
+      task to enforce the mininum Java build version. (michaelo)
     </add>
     <fix>
       <bug>67615</bug>: Windows binary for version 2 has incorrect version
@@ -64,7 +64,7 @@
       <bug>67818</bug>: When calling <code>SSL.setVerify()</code> or
       <code>SSLContext.setVerify()</code>, the default verify paths are no
       longer set. Only the explicitly configured trust store, if any, will be
-      used to verify client certificates. (michaelo)
+      used. (michaelo)
     </fix>
   </changelog>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org