You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/02/08 21:33:07 UTC

svn commit: r505027 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: trawick
Date: Thu Feb  8 12:33:06 2007
New Revision: 505027

URL: http://svn.apache.org/viewvc?view=rev&rev=505027
Log:
fix spelling error in a comment

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?view=diff&rev=505027&r1=505026&r2=505027
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Thu Feb  8 12:33:06 2007
@@ -169,7 +169,7 @@
                     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,