comparison src/http/modules/ngx_http_limit_req_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 95ab6658654a
children 21d1e3bcb356
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
119 NULL, /* init main configuration */ 119 NULL, /* init main configuration */
120 120
121 NULL, /* create server configuration */ 121 NULL, /* create server configuration */
122 NULL, /* merge server configuration */ 122 NULL, /* merge server configuration */
123 123
124 ngx_http_limit_req_create_conf, /* create location configration */ 124 ngx_http_limit_req_create_conf, /* create location configuration */
125 ngx_http_limit_req_merge_conf /* merge location configration */ 125 ngx_http_limit_req_merge_conf /* merge location configuration */
126 }; 126 };
127 127
128 128
129 ngx_module_t ngx_http_limit_req_module = { 129 ngx_module_t ngx_http_limit_req_module = {
130 NGX_MODULE_V1, 130 NGX_MODULE_V1,