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.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ebd61aea0 Fix typos
6ebd61aea0 is described below

commit 6ebd61aea08bcdf0bc8b0f9725a9bba05b7ea40d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 20 08:54:19 2023 +0100

    Fix typos
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bf51f97cfa..8d738158f1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -187,7 +187,7 @@
       <fix>
         <bug>66541</bug>: Improve handling for cached resources for resources
         that use custom URL schemes. The scheme specific <code>equals()</code>
-        and <code>hashcode()</code> algorithms, if present, will now be used 
for
+        and <code>hashCode()</code> algorithms, if present, will now be used 
for
         URLs for these resources. This addresses a potential performance issue
         with some OSGi custom URL schemes that can trigger potentially slow DNS
         lookups in some configurations. Based on a patch provided by Tom
@@ -341,7 +341,7 @@
         Update Jacoco to 0.8.9. (markt)
       </update>
       <fix>
-        Enhance PEMFile to laod from an InputStream. Patch provided by
+        Enhance PEMFile to load from an InputStream. Patch provided by
         Romain Manni-Bucau. (schultz)
       </fix>
     </changelog>


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

Reply via email to