comparison src/core/ngx_conf_file.c @ 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 2c2271d3aac5
children 389aeafc3b84
comparison
equal deleted inserted replaced
1446:7d70686fda27 1447:9a6d577807ea
364 return NGX_ERROR; 364 return NGX_ERROR;
365 365
366 invalid: 366 invalid:
367 367
368 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 368 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
369 "invalid number arguments in \"%s\" directive", 369 "invalid number of arguments in \"%s\" directive",
370 name->data); 370 name->data);
371 371
372 return NGX_ERROR; 372 return NGX_ERROR;
373 } 373 }
374 374