comparison src/http/modules/ngx_http_random_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 47daf95d0138
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
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,