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 8ac13477c8 Fix typo in Javadoc 8ac13477c8 is described below commit 8ac13477c82f94fa20f818d185c4836c1c21bca0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Oct 28 10:34:03 2022 +0100 Fix typo in Javadoc --- java/javax/servlet/jsp/JspContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/servlet/jsp/JspContext.java b/java/javax/servlet/jsp/JspContext.java index ccdfd78bcd..f965ef5edf 100644 --- a/java/javax/servlet/jsp/JspContext.java +++ b/java/javax/servlet/jsp/JspContext.java @@ -229,7 +229,7 @@ public abstract class JspContext { /** * Obtain the ELContext for this JSPContext. Each JSPContext has a dedicated - * ELCOntext. + * ELContext. * * @return the ELContext for this JSPContext */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org