This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 575111c294 Fix typos
575111c294 is described below
commit 575111c2946925afffc144b013e5ce8cd8eb832f
Author: Mark Thomas <[email protected]>
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 12b054f500..f2e39daa88 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -173,7 +173,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
@@ -318,7 +318,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: [email protected]
For additional commands, e-mail: [email protected]