From e9f50d87fbcd88c4538fb7bf2d6c3f27c22be895 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 9 May 2011 13:10:14 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1101010 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/valves/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/valves/LocalStrings.properties b/java/org/apache/catalina/valves/LocalStrings.properties index 24bfee485..cdcf6fa24 100644 --- a/java/org/apache/catalina/valves/LocalStrings.properties +++ b/java/org/apache/catalina/valves/LocalStrings.properties @@ -40,7 +40,7 @@ errorReportValve.rootCauseInLogs=The full stack trace of the root cause is avail # Remote IP valve remoteIpValve.syntax=Invalid regular expressions [{0}] provided. -remoteIpValve.invalidPortHeader=Invalid value [{0}] found for port in HTP header [{1}] +remoteIpValve.invalidPortHeader=Invalid value [{0}] found for port in HTTP header [{1}] sslValve.certError=Failed to process certificate string [{0}] to create a java.security.cert.X509Certificate object sslValve.invalidProvider=The SSL provider specified on the connector associated with this request of [{0}] is invalid. The certificate data could not be processed. -- 2.11.0