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 bdcfd02 Fix Javadoc typo
bdcfd02 is described below
commit bdcfd025dc964eaccf274c5f9276d6a53b1ffdcb
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 11 21:49:23 2019 +0100
Fix Javadoc typo
---
java/javax/el/ELContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/javax/el/ELContext.java b/java/javax/el/ELContext.java
index f294192..46f0564 100644
--- a/java/javax/el/ELContext.java
+++ b/java/javax/el/ELContext.java
@@ -48,7 +48,7 @@ public abstract class ELContext {
}
/**
- * Mark the given property as resolved and notfy any interested listeners.
+ * Mark the given property as resolved and notify any interested listeners.
*
* @param base The base object on which the property was found
* @param property The property that was resolved
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]