comparison src/http/modules/ngx_http_memcached_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 a4512d7737f6
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
113 NULL, /* init main configuration */ 113 NULL, /* init main configuration */
114 114
115 NULL, /* create server configuration */ 115 NULL, /* create server configuration */
116 NULL, /* merge server configuration */ 116 NULL, /* merge server configuration */
117 117
118 ngx_http_memcached_create_loc_conf, /* create location configration */ 118 ngx_http_memcached_create_loc_conf, /* create location configuration */
119 ngx_http_memcached_merge_loc_conf /* merge location configration */ 119 ngx_http_memcached_merge_loc_conf /* merge location configuration */
120 }; 120 };
121 121
122 122
123 ngx_module_t ngx_http_memcached_module = { 123 ngx_module_t ngx_http_memcached_module = {
124 NGX_MODULE_V1, 124 NGX_MODULE_V1,