From: Christophe Jaillet Date: Mon, 15 Feb 2016 06:52:14 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 2.5.0-alpha~2071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295b7a0bbfb700579c4875ebc1c092365b21a601;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_worker.c b/modules/http2/h2_worker.c index 8e4f347e16c..404a6046862 100644 --- a/modules/http2/h2_worker.c +++ b/modules/http2/h2_worker.c @@ -46,7 +46,7 @@ static void* APR_THREAD_FUNC execute(apr_thread_t *thread, void *wctx) * not sensitive to which thread it is in. * In that sense, memory allocation and lifetime is similar to a master * connection. - * The mail goal in this is that slave connections and requests will + * The main goal in this is that slave connections and requests will * - one day - be suspended and resumed in different threads. */ apr_allocator_create(&task_allocator);