Author: markt
Date: Mon Nov 20 08:53:49 2017
New Revision: 1815778
URL: http://svn.apache.org/viewvc?rev=1815778&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java?rev=1815778&r1=1815777&r2=1815778&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java Mon
Nov 20 08:53:49 2017
@@ -479,7 +479,7 @@ public class HttpParser {
/**
- * @return If inIPv6 us false, the position of ':' that separates the host
+ * @return If inIPv6 is false, the position of ':' that separates the host
* from the port or -1 if it is not present. If inIPv6 is true, the
* number of characters read
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]