From 3ea66176ed594d7478b4494e9b19c4f296f76113 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 8 Feb 2007 20:33:06 +0000 Subject: [PATCH] fix spelling error in a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@505027 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 5e51eec4cd..6b15d6de4c 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -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, -- 2.40.0