diff src/http/modules/ngx_http_autoindex_module.c @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 4919fb357a5d
children
line wrap: on
line diff
--- a/src/http/modules/ngx_http_autoindex_module.c
+++ b/src/http/modules/ngx_http_autoindex_module.c
@@ -95,8 +95,8 @@ static ngx_http_module_t  ngx_http_autoi
     NULL,                                  /* create server configuration */
     NULL,                                  /* merge server configuration */
 
-    ngx_http_autoindex_create_loc_conf,    /* create location configration */
-    ngx_http_autoindex_merge_loc_conf      /* merge location configration */
+    ngx_http_autoindex_create_loc_conf,    /* create location configuration */
+    ngx_http_autoindex_merge_loc_conf      /* merge location configuration */
 };