comparison src/http/modules/ngx_http_memcached_module.c @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 4919fb357a5d
children
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
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,