changeset 1447:9a6d577807ea stable-0.5

r1439 merge: fix typo
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 09:53:10 +0000
parents 7d70686fda27
children efaf4d2b4d61
files src/core/ngx_conf_file.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;