# HG changeset patch # User Igor Sysoev # Date 1188640390 0 # Node ID 9a6d577807ea3a4525bb229dd61284cd6d633dd2 # Parent 7d70686fda27391896727d40c44cc2d17f716dfc r1439 merge: fix typo diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c --- 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;