This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new af97ae314f Fix typo af97ae314f is described below commit af97ae314f0d0397191c8fba74c438ba73bea487 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