This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a37e5a3052 Fix typo
a37e5a3052 is described below
commit a37e5a30521a50d3ba20e8c8096a34d8cfc72642
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]