You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2012/11/18 08:41:58 UTC

svn commit: r1410846 - /httpd/httpd/branches/2.4.x/include/httpd.h

Author: jailletc36
Date: Sun Nov 18 07:41:57 2012
New Revision: 1410846

URL: http://svn.apache.org/viewvc?rev=1410846&view=rev
Log:
Typo in comment (r1374856 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/include/httpd.h

Modified: httpd/httpd/branches/2.4.x/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/httpd.h?rev=1410846&r1=1410845&r2=1410846&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/httpd.h (original)
+++ httpd/httpd/branches/2.4.x/include/httpd.h Sun Nov 18 07:41:57 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