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 320880d Fix typo
320880d is described below
commit 320880d7cfa9b798aa38c27df5fdd0053d3da7e0
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]