This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 7c4f956  Fix typo
7c4f956 is described below

commit 7c4f9564be63f2b7114748ddcb30684d7d6db37d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 23 18:30:59 2021 +0100

    Fix typo
---
 java/jakarta/servlet/jsp/PageContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/servlet/jsp/PageContext.java 
b/java/jakarta/servlet/jsp/PageContext.java
index 49267f6..619b64e 100644
--- a/java/jakarta/servlet/jsp/PageContext.java
+++ b/java/jakarta/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

Reply via email to