comparison src/http/modules/ngx_http_index_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
60 NULL, /* init main configuration */ 60 NULL, /* init main configuration */
61 61
62 NULL, /* create server configuration */ 62 NULL, /* create server configuration */
63 NULL, /* merge server configuration */ 63 NULL, /* merge server configuration */
64 64
65 ngx_http_index_create_loc_conf, /* create location configration */ 65 ngx_http_index_create_loc_conf, /* create location configuration */
66 ngx_http_index_merge_loc_conf /* merge location configration */ 66 ngx_http_index_merge_loc_conf /* merge location configuration */
67 }; 67 };
68 68
69 69
70 ngx_module_t ngx_http_index_module = { 70 ngx_module_t ngx_http_index_module = {
71 NGX_MODULE_V1, 71 NGX_MODULE_V1,