]> granicus.if.org Git - apache/commitdiff
fix spelling error in a comment
authorJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2007 20:33:06 +0000 (20:33 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2007 20:33:06 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@505027 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 5e51eec4cd3f44b264111ef1f058640239c89257..6b15d6de4cc4bcc5f9a5e2bcb0c73327079db91b 100644 (file)
@@ -169,7 +169,7 @@ PCOMP_CONTEXT mpm_get_completion_context(void)
                     return NULL;
                 }
 
-                /* Create the tranaction pool */
+                /* Create the transaction pool */
                 apr_allocator_create(&allocator);
                 apr_allocator_max_free_set(allocator, ap_max_mem_free);
                 rv = apr_pool_create_ex(&context->ptrans, pchild, NULL,