You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/28 09:34:15 UTC

[tomcat] branch main updated: Fix typo in Javadoc

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 e2a219689c Fix typo in Javadoc
e2a219689c is described below

commit e2a219689c067f11b18c737d8af936b3cba67947
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Oct 28 10:34:03 2022 +0100

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

diff --git a/java/jakarta/servlet/jsp/JspContext.java b/java/jakarta/servlet/jsp/JspContext.java
index 254d3ef2c9..ef3c711d5e 100644
--- a/java/jakarta/servlet/jsp/JspContext.java
+++ b/java/jakarta/servlet/jsp/JspContext.java
@@ -211,7 +211,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org