From: Igor Sysoev Date: Sat, 1 Sep 2007 09:53:10 +0000 (+0000) Subject: r1439 merge: X-Git-Tag: release-0.5.32~38 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=98655a7e1f67856ed2065141a710d0c01aba79fd;p=nginx.git r1439 merge: fix typo --- diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c index a68192fe0..ad60ce4a1 100644 --- a/src/core/ngx_conf_file.c +++ b/src/core/ngx_conf_file.c @@ -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;