From: Valentin Bartenev Date: Tue, 24 Jan 2012 10:20:42 +0000 (+0000) Subject: Fixed grammar in PCRE JIT error log message. X-Git-Tag: release-1.1.14~13 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=94992aa62ee65812fef0c9f3e1c1b9d80e0badfe;p=nginx.git Fixed grammar in PCRE JIT error log message. --- diff --git a/src/core/ngx_regex.c b/src/core/ngx_regex.c index 8dba4e1d1..a7137fe4e 100644 --- a/src/core/ngx_regex.c +++ b/src/core/ngx_regex.c @@ -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