comparison src/http/modules/ngx_http_random_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 d620f497c50f
children 47daf95d0138
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
47 NULL, /* init main configuration */ 47 NULL, /* init main configuration */
48 48
49 NULL, /* create server configuration */ 49 NULL, /* create server configuration */
50 NULL, /* merge server configuration */ 50 NULL, /* merge server configuration */
51 51
52 ngx_http_random_index_create_loc_conf, /* create location configration */ 52 ngx_http_random_index_create_loc_conf, /* create location configuration */
53 ngx_http_random_index_merge_loc_conf /* merge location configration */ 53 ngx_http_random_index_merge_loc_conf /* merge location configuration */
54 }; 54 };
55 55
56 56
57 ngx_module_t ngx_http_random_index_module = { 57 ngx_module_t ngx_http_random_index_module = {
58 NGX_MODULE_V1, 58 NGX_MODULE_V1,