comparison src/http/modules/ngx_http_autoindex_module.c @ 4499:778ef9c3fd2d

Fixed spelling in single-line comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 11:31:05 +0000
parents d620f497c50f
children e9d188e295cf
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
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,