comparison src/http/modules/ngx_http_index_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 13e09cf11d4e
children 3d50d86f3572
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
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,