comparison src/core/ngx_regex.c @ 4413:23ea4e72c85a

Fixed grammar in PCRE JIT error log message.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 24 Jan 2012 10:20:42 +0000
parents d620f497c50f
children 196c3dacff0d
comparison
equal deleted inserted replaced
4412:d620f497c50f 4413:23ea4e72c85a
401 *fp = 0; 401 *fp = 0;
402 } 402 }
403 } 403 }
404 #else 404 #else
405 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 405 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
406 "nginx was build without PCRE JIT support"); 406 "nginx was built without PCRE JIT support");
407 *fp = 0; 407 *fp = 0;
408 #endif 408 #endif
409 409
410 return NGX_CONF_OK; 410 return NGX_CONF_OK;
411 } 411 }