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

kkolinko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 681f2af  Correct typos in the changelog.
681f2af is described below

commit 681f2afccc2f22ff5fc3d80ad7e77dbeecd083b2
Author: Konstantin Kolinko <kkoli...@apache.org>
AuthorDate: Tue Sep 29 23:55:28 2020 +0300

    Correct typos in the changelog.
---
 webapps/docs/changelog.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4bd4408..b6ee041 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -86,7 +86,7 @@
       </update>
       <fix>
         Throw <code>SQLException</code> instead of
-        <code>NullpointerException</code> when failing to connect to the
+        <code>NullPointerException</code> when failing to connect to the
         database. (kfujino)
       </fix>
       <fix>
@@ -150,7 +150,7 @@
   <subsection name="Web applications">
     <changelog>
       <add>
-        Configure the Manager and Host Manager applications to set
+        Configure the Manager and Host Manager web applications to set
         <code>SameSite=strict</code> for all cookies, including session 
cookies,
         created by the application. (markt)
       </add>
@@ -160,8 +160,8 @@
         Manager web application. (markt)
       </fix>
       <fix>
-        <bug>64774</bug>: Review references to Tomcat 9 in the the 
documentation
-        web application and remove them or upadte them to refer to Tomact 10 as
+        <bug>64774</bug>: Review references to Tomcat 9 in the documentation
+        web application and remove them or update them to refer to Tomcat 10 as
         appropriate. (markt)
       </fix>
     </changelog>
@@ -171,7 +171,7 @@
       <update>
         Update to Commons Daemon 1.2.3. This adds support to jsvc for
         <code>--enable-preview</code> and native memory tracking (Procrun
-        already supported these features), adds some addition debug logging and
+        already supported these features), adds some additional debug logging 
and
         adds a new feature to Procrun that outputs the command to 
(re-)configure
         the service with the current settings. (markt)
       </update>


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

Reply via email to