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 49daff5  Fix typos
49daff5 is described below

commit 49daff598d716441d0f948f9f04169a3624e2829
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 8 18:39:17 2021 +0100

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index da89878..c891553 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -167,7 +167,7 @@
         an inner class that extends <code>GenericPrincipal</code>. (remm)
       </update>
       <fix>
-        Enable the default <code>doHead())</code> implementation in
+        Enable the default <code>doHead()</code> implementation in
         <code>HttpServlet</code> to correctly handle responses where the 
content
         length needs to be represented as a long since it is larger than the
         maximum value that can be represented by an int. (markt)
@@ -177,13 +177,13 @@
         <code>UserDatabase</code>. (remm)
       </fix>
       <fix>
-        Fix the default <code>doHead())</code> implementation in
+        Fix the default <code>doHead()</code> implementation in
         <code>HttpServlet</code> to correctly handle responses where the 
Servlet
         calls <code>ServletResponse.reset()</code> and/or
         <code>ServletResponse.resetBuffer()</code>. (markt)
       </fix>
       <fix>
-        Fix the default <code>doHead())</code> implementation in
+        Fix the default <code>doHead()</code> implementation in
         <code>HttpServlet</code> to correctly handle responses generated using
         the Servlet non-blocking API. (markt)
       </fix>

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

Reply via email to