]> granicus.if.org Git - apache/commitdiff
fix typo in comment
authorJeff Trawick <trawick@apache.org>
Sun, 19 Aug 2012 21:41:50 +0000 (21:41 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 19 Aug 2012 21:41:50 +0000 (21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374856 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 799169d422c9fb1c24350432b8b9b45ff296bd30..aa93949fffc08b3a5ddced72a9a55e6315178995 100644 (file)
@@ -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