diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_script.c
+++ b/src/http/ngx_http_script.c
@@ -212,7 +212,7 @@ ngx_http_compile_complex_value(ngx_http_
 
 
 char *
-ngx_http_set_comlex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
+ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 {
     char  *p = conf;