fix typo
Igor Sysoev
14 years ago
365 | 365 |
invalid:
|
366 | 366 |
|
367 | 367 |
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
368 | |
"invalid number arguments in \"%s\" directive",
|
|
368 |
"invalid number of arguments in \"%s\" directive",
|
369 | 369 |
name->data);
|
370 | 370 |
|
371 | 371 |
return NGX_ERROR;
|