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 9e8e981  Correct error message (copy/paste error)
9e8e981 is described below

commit 9e8e981311c7f02486da855cd30ad9367ff60933
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 17 08:29:16 2021 +0100

    Correct error message (copy/paste error)
---
 java/org/apache/el/Messages.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/el/Messages.properties 
b/java/org/apache/el/Messages.properties
index 1bf600d..c093280 100644
--- a/java/org/apache/el/Messages.properties
+++ b/java/org/apache/el/Messages.properties
@@ -20,7 +20,7 @@ error.compare=Cannot compare [{0}] to [{1}]
 error.function=Problems calling function [{0}]
 error.invalidMethodExpression=Not a valid method expression [{0}]
 error.noFunctionMapperTarget=FunctionMapper target cannot be null
-error.noVariableMapperTarget=FunctionMapper target cannot be null
+error.noVariableMapperTarget=VariableMapper target cannot be null
 error.nullLocalName=Local name cannot be null
 error.nullMethod=Method cannot be null
 error.unreachable.base=Target Unreachable, identifier [{0}] resolved to null

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to