Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C6809BFB for ; Sun, 19 Aug 2012 21:42:35 +0000 (UTC) Received: (qmail 74709 invoked by uid 500); 19 Aug 2012 21:42:34 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 74540 invoked by uid 500); 19 Aug 2012 21:42:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 74532 invoked by uid 99); 19 Aug 2012 21:42:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2012 21:42:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 19 Aug 2012 21:42:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C5114238890D; Sun, 19 Aug 2012 21:41:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1374856 - /httpd/httpd/trunk/include/httpd.h Date: Sun, 19 Aug 2012 21:41:50 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120819214150.C5114238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Sun Aug 19 21:41:50 2012 New Revision: 1374856 URL: http://svn.apache.org/viewvc?rev=1374856&view=rev Log: fix typo in comment Modified: httpd/httpd/trunk/include/httpd.h Modified: httpd/httpd/trunk/include/httpd.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1374856&r1=1374855&r2=1374856&view=diff ============================================================================== --- httpd/httpd/trunk/include/httpd.h (original) +++ httpd/httpd/trunk/include/httpd.h Sun Aug 19 21:41:50 2012 @@ -1151,7 +1151,7 @@ struct conn_rec { /** This points to the current thread being used to process this request, * over the lifetime of a request, the value may change. Users of the connection - * record should not rely upon it staying the same between calls that invole + * record should not rely upon it staying the same between calls that involve * the MPM. */ #if APR_HAS_THREADS