This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new b6bbf2d384 Fix typo in Javadoc
b6bbf2d384 is described below
commit b6bbf2d3848fcfb9c139622b8e5077c5295cd49a
Author: Mark Thomas <[email protected]>
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 1959e5778a..e267dfdd11 100644
--- a/java/jakarta/servlet/jsp/JspContext.java
+++ b/java/jakarta/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: [email protected]
For additional commands, e-mail: [email protected]