fix typo
This commit is contained in:
parent
8c1b31e32e
commit
b5f0c83025
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue