Fixed grammar in PCRE JIT error log message.

This commit is contained in:
Valentin Bartenev 2012-01-24 10:20:42 +00:00
parent f8d59e33f3
commit 94992aa62e

View File

@ -403,7 +403,7 @@ ngx_regex_pcre_jit(ngx_conf_t *cf, void *post, void *data)
}
#else
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
"nginx was build without PCRE JIT support");
"nginx was built without PCRE JIT support");
*fp = 0;
#endif