From e7e7dedfb39f00ea6c51c8794bf225ba6c15d0ac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 31 Aug 2007 06:15:50 +0000 Subject: [PATCH] fix typo --- src/core/ngx_conf_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;