comparison src/http/modules/ngx_http_proxy_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 b404f34b5cb8
children 1ebec1d15a25
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
528 NULL, /* init main configuration */ 528 NULL, /* init main configuration */
529 529
530 NULL, /* create server configuration */ 530 NULL, /* create server configuration */
531 NULL, /* merge server configuration */ 531 NULL, /* merge server configuration */
532 532
533 ngx_http_proxy_create_loc_conf, /* create location configration */ 533 ngx_http_proxy_create_loc_conf, /* create location configuration */
534 ngx_http_proxy_merge_loc_conf /* merge location configration */ 534 ngx_http_proxy_merge_loc_conf /* merge location configuration */
535 }; 535 };
536 536
537 537
538 ngx_module_t ngx_http_proxy_module = { 538 ngx_module_t ngx_http_proxy_module = {
539 NGX_MODULE_V1, 539 NGX_MODULE_V1,