Commit cc83694b authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix spelling error in a comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@505027 13f79535-47bb-0310-9956-ffa450edef68
parent 84f28a5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,