comparison src/core/ngx_conf_file.c @ 1438:c0fc685f8722

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Fri, 31 Aug 2007 06:15:50 +0000
parents e958b3cab51a
children 022ec9420f80
comparison
equal deleted inserted replaced
1437:e498f4cb1663 1438:c0fc685f8722
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