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

svn commit: r1374856 - /httpd/httpd/trunk/include/httpd.h

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