Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 074B1200D44 for ; Mon, 20 Nov 2017 09:53:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 05B90160BF9; Mon, 20 Nov 2017 08:53:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7058E160BEC for ; Mon, 20 Nov 2017 09:53:54 +0100 (CET) Received: (qmail 63211 invoked by uid 500); 20 Nov 2017 08:53:53 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 63201 invoked by uid 99); 20 Nov 2017 08:53:53 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2017 08:53:53 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 627453A0098 for ; Mon, 20 Nov 2017 08:53:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1815778 - /tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java Date: Mon, 20 Nov 2017 08:53:49 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171120085351.627453A0098@svn01-us-west.apache.org> archived-at: Mon, 20 Nov 2017 08:53:55 -0000 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: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org