]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in comment
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 15 Feb 2016 06:52:14 +0000 (06:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 15 Feb 2016 06:52:14 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730461 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_worker.c

index 8e4f347e16c5adf517a2c24dd81a1ab992108fb0..404a60468622dfe795a4b2887f04f8494ab542a3 100644 (file)
@@ -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);