From 5497cdd2b2429910caa1b4205fd3fdafbac2d46d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 19 Aug 2012 21:41:50 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374856 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 799169d422..aa93949fff 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