# HG changeset patch # User Igor Sysoev # Date 1188540950 0 # Node ID c0fc685f87227ab2dc8fde7883b6be672dc72e02 # Parent e498f4cb1663ecc58a77437a9f7d24d149ec74ca 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;