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 2021/06/08 17:40:40 UTC

[tomcat] branch 9.0.x updated: Fix typos

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

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


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

commit 81d5e0dd5be948ada37750b92eb21c58a44c6173
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 9ab586b..60b76d9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -153,7 +153,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)
@@ -163,13 +163,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org