diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-01 09:53:10 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-01 09:53:10 +0000 |
| commit | 98655a7e1f67856ed2065141a710d0c01aba79fd (patch) | |
| tree | 1f43884a21e73a358aa0312c36900f429f1f9543 | |
| parent | 1f693a97589df7f5ba4d7c176747eaf61811e708 (diff) | |
| download | nginx-98655a7e1f67856ed2065141a710d0c01aba79fd.tar.gz nginx-98655a7e1f67856ed2065141a710d0c01aba79fd.tar.bz2 | |
r1439 merge:
fix typo
| -rw-r--r-- | src/core/ngx_conf_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
