From 98655a7e1f67856ed2065141a710d0c01aba79fd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 1 Sep 2007 09:53:10 +0000 Subject: r1439 merge: fix typo --- src/core/ngx_conf_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit