comparison src/http/modules/ngx_http_rewrite_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 ed957e0daeb4
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
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,