mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08: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
|
#else
|
||||||
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
|
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;
|
*fp = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user