summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-31 06:15:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-31 06:15:50 +0000
commite7e7dedfb39f00ea6c51c8794bf225ba6c15d0ac (patch)
tree54cd4fb6209979374d8a62b0a38f607957c193e3
parent1356622e552a6eff489b9cf35796a583099ade7b (diff)
downloadnginx-e7e7dedfb39f00ea6c51c8794bf225ba6c15d0ac.tar.gz
fix typo
-rw-r--r--src/core/ngx_conf_file.c2
1 files changed, 1 insertions, 1 deletions
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;