From: Igor Sysoev Date: Fri, 31 Aug 2007 06:15:50 +0000 (+0000) Subject: fix typo X-Git-Tag: release-0.6.10~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e7e7dedfb39f00ea6c51c8794bf225ba6c15d0ac;p=nginx.git fix typo --- diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c index 514d55bad..0e3523dda 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;