Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 May 2011 13:10:14 +0000 (13:10 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 9 May 2011 13:10:14 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1101010 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/LocalStrings.properties

index 24bfee4..cdcf6fa 100644 (file)
@@ -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.