Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 50864 invoked from network); 10 Jan 2010 13:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2010 13:57:56 -0000 Received: (qmail 52386 invoked by uid 500); 10 Jan 2010 13:57:56 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 52352 invoked by uid 500); 10 Jan 2010 13:57:56 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 52343 invoked by uid 99); 10 Jan 2010 13:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jan 2010 13:57:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jan 2010 13:57:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3000123889E1; Sun, 10 Jan 2010 13:57:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r897638 - /httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java Date: Sun, 10 Jan 2010 13:57:35 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100110135735.3000123889E1@eris.apache.org> Author: sebb Date: Sun Jan 10 13:57:34 2010 New Revision: 897638 URL: http://svn.apache.org/viewvc?rev=897638&view=rev Log: Trivial typo Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java?rev=897638&r1=897637&r2=897638&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java (original) +++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/protocol/HttpContext.java Sun Jan 10 13:57:34 2010 @@ -30,7 +30,7 @@ import java.util.HashMap; /** - * HttpCotext represents execution state of an HTTP process. It is a structure + * HttpContext represents execution state of an HTTP process. It is a structure * that can be used to map an attribute name to an attribute value. Internally * HTTP context implementations are usually backed by a {@link HashMap}. *