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 2019/06/11 20:53:38 UTC

[tomcat] branch master updated: Fix Javadoc typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bcdc744  Fix Javadoc typo
bcdc744 is described below

commit bcdc744b08e93e73ba9daea25ec1a9889a9d67e1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 11 21:49:07 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org