comparison src/http/ngx_http_script.c @ 3761:0a84dc5f5613

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Sep 2010 12:44:43 +0000
parents 7224d008faaf
children e7798b5e990a
comparison
equal deleted inserted replaced
3760:38f74d11e5bd 3761:0a84dc5f5613
210 return NGX_OK; 210 return NGX_OK;
211 } 211 }
212 212
213 213
214 char * 214 char *
215 ngx_http_set_comlex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 215 ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
216 { 216 {
217 char *p = conf; 217 char *p = conf;
218 218
219 ngx_str_t *value; 219 ngx_str_t *value;
220 ngx_http_complex_value_t **cv; 220 ngx_http_complex_value_t **cv;