]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Fri, 31 Aug 2007 06:15:50 +0000 (06:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 31 Aug 2007 06:15:50 +0000 (06:15 +0000)
src/core/ngx_conf_file.c

index 514d55badc4a692c4807dcd41a721776113bf764..0e3523dda06729aaa86f74ce5d507c011dd16d8b 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;