This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 2ec1aa725e Fix typo 2ec1aa725e is described below commit 2ec1aa725e3182685c2e39ae8dced408fdd63430 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 15 15:37:42 2022 +0100 Fix typo --- java/jakarta/servlet/jsp/tagext/TagSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/jakarta/servlet/jsp/tagext/TagSupport.java b/java/jakarta/servlet/jsp/tagext/TagSupport.java index 342293e48f..b604bf0594 100644 --- a/java/jakarta/servlet/jsp/tagext/TagSupport.java +++ b/java/jakarta/servlet/jsp/tagext/TagSupport.java @@ -270,7 +270,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