]> git.kaiwu.me - nginx.git/commitdiff
r1439 merge:
authorIgor Sysoev <igor@sysoev.ru>
Sat, 1 Sep 2007 09:53:10 +0000 (09:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 1 Sep 2007 09:53:10 +0000 (09:53 +0000)
fix typo

src/core/ngx_conf_file.c

index a68192fe00552c7f6b59ec1eb5eb6f7d8dab0ee5..ad60ce4a1991123603004ac26a8af851e50374d0 100644 (file)
@@ -366,7 +366,7 @@ not_allowed:
 invalid:
 
     ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                       "invalid number arguments in \"%s\" directive",
+                       "invalid number of arguments in \"%s\" directive",
                        name->data);
 
     return NGX_ERROR;