mirror of
https://github.com/nginx/nginx.git
synced 2024-12-29 02:11:21 -06:00
Fixed grammar in PCRE JIT error log message.
This commit is contained in:
parent
f8d59e33f3
commit
94992aa62e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user