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 96c3f84 Fix typo 96c3f84 is described below commit 96c3f84a9cdece0013e7bfc535ced353f8c0ba5b Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 23 18:30:59 2021 +0100 Fix typo --- java/javax/servlet/jsp/PageContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/servlet/jsp/PageContext.java b/java/javax/servlet/jsp/PageContext.java index 9a7a6af..6c8284e 100644 --- a/java/javax/servlet/jsp/PageContext.java +++ b/java/javax/servlet/jsp/PageContext.java @@ -201,7 +201,7 @@ public abstract class PageContext * the "out" name in page scope with this newly created object. * * <p> - * This method should not be used by page or tag library authors. + * This method should not be used by page or tag library authors. * * @param servlet The Servlet that is associated with this PageContext * @param request The currently pending request for this Servlet --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org