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 2021/08/17 07:31:20 UTC

[tomcat] branch 8.5.x updated: Correct error message (copy/paste error)

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

commit 4d0518ee9525ac84407aaddcd15635dd5d323427
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org