diff src/http/modules/ngx_http_access_handler.c @ 408:d6e2b445c1b8

nginx-0.0.10-2004-08-27-19:40:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Aug 2004 15:40:59 +0000
parents 37b5381fb6d8
children da8c5707af39
line wrap: on
line diff
--- a/src/http/modules/ngx_http_access_handler.c
+++ b/src/http/modules/ngx_http_access_handler.c
@@ -68,7 +68,7 @@ ngx_module_t  ngx_http_access_module = {
     ngx_http_access_commands,              /* module directives */
     NGX_HTTP_MODULE,                       /* module type */
     ngx_http_access_init,                  /* init module */
-    NULL                                   /* init child */
+    NULL                                   /* init process */
 };