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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new b6adb83b84 Fix typos
b6adb83b84 is described below

commit b6adb83b8455dc6c35d64affa619a385c4237d0d
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 f31545789f..5bb0b25529 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -168,7 +168,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
@@ -285,7 +285,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