diff options
author | Valentin Bartenev <vbart@nginx.com> | 2012-01-24 10:20:42 +0000 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2012-01-24 10:20:42 +0000 |
commit | 94992aa62ee65812fef0c9f3e1c1b9d80e0badfe (patch) | |
tree | 514224a6f45dd549f47d2ca368a6d4578eeb422a /src/core/ngx_regex.c | |
parent | f8d59e33f34185c28d1d3c6625a897e214b7ca73 (diff) | |
download | nginx-94992aa62ee65812fef0c9f3e1c1b9d80e0badfe.tar.gz nginx-94992aa62ee65812fef0c9f3e1c1b9d80e0badfe.zip |
Fixed grammar in PCRE JIT error log message.
Diffstat (limited to 'src/core/ngx_regex.c')
-rw-r--r-- | src/core/ngx_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |