From f2e4d18972b59cb51dcf710e6e70edf007845369 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 18 Nov 2012 07:41:57 +0000 Subject: [PATCH] Typo in comment (r1374856 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1410846 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 0b7295e35c..f18f789d9d 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 -- 2.40.0