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 47ae55e4da Fix typo
47ae55e4da is described below

commit 47ae55e4da70bd4d02c5cbd00fa44a115a93075f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 15 15:37:42 2022 +0100

    Fix typo
---
 java/javax/servlet/jsp/tagext/TagSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/jsp/tagext/TagSupport.java 
b/java/javax/servlet/jsp/tagext/TagSupport.java
index 762ff520d7..b70cf8207d 100644
--- a/java/javax/servlet/jsp/tagext/TagSupport.java
+++ b/java/javax/servlet/jsp/tagext/TagSupport.java
@@ -273,7 +273,7 @@ public class TagSupport implements IterationTag, 
Serializable {
     }
 
     /**
-     * The parent, if any, of thsi tag.
+     * The parent, if any, of this tag.
      */
     private Tag parent;
 


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

Reply via email to