comparison src/http/modules/ngx_http_rewrite_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 ed957e0daeb4
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
110 NULL, /* init main configuration */ 110 NULL, /* init main configuration */
111 111
112 NULL, /* create server configuration */ 112 NULL, /* create server configuration */
113 NULL, /* merge server configuration */ 113 NULL, /* merge server configuration */
114 114
115 ngx_http_rewrite_create_loc_conf, /* create location configration */ 115 ngx_http_rewrite_create_loc_conf, /* create location configuration */
116 ngx_http_rewrite_merge_loc_conf /* merge location configration */ 116 ngx_http_rewrite_merge_loc_conf /* merge location configuration */
117 }; 117 };
118 118
119 119
120 ngx_module_t ngx_http_rewrite_module = { 120 ngx_module_t ngx_http_rewrite_module = {
121 NGX_MODULE_V1, 121 NGX_MODULE_V1,