comparison 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
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
93 NULL, /* init main configuration */ 93 NULL, /* init main configuration */
94 94
95 NULL, /* create server configuration */ 95 NULL, /* create server configuration */
96 NULL, /* merge server configuration */ 96 NULL, /* merge server configuration */
97 97
98 ngx_http_autoindex_create_loc_conf, /* create location configration */ 98 ngx_http_autoindex_create_loc_conf, /* create location configuration */
99 ngx_http_autoindex_merge_loc_conf /* merge location configration */ 99 ngx_http_autoindex_merge_loc_conf /* merge location configuration */
100 }; 100 };
101 101
102 102
103 ngx_module_t ngx_http_autoindex_module = { 103 ngx_module_t ngx_http_autoindex_module = {
104 NGX_MODULE_V1, 104 NGX_MODULE_V1,