comparison src/http/modules/ngx_http_limit_conn_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 daa60662b7b5
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
116 NULL, /* init main configuration */ 116 NULL, /* init main configuration */
117 117
118 NULL, /* create server configuration */ 118 NULL, /* create server configuration */
119 NULL, /* merge server configuration */ 119 NULL, /* merge server configuration */
120 120
121 ngx_http_limit_conn_create_conf, /* create location configration */ 121 ngx_http_limit_conn_create_conf, /* create location configuration */
122 ngx_http_limit_conn_merge_conf /* merge location configration */ 122 ngx_http_limit_conn_merge_conf /* merge location configuration */
123 }; 123 };
124 124
125 125
126 ngx_module_t ngx_http_limit_conn_module = { 126 ngx_module_t ngx_http_limit_conn_module = {
127 NGX_MODULE_V1, 127 NGX_MODULE_V1,