]> git.kaiwu.me - nginx.git/commitdiff
Fixed grammar in PCRE JIT error log message.
authorValentin Bartenev <vbart@nginx.com>
Tue, 24 Jan 2012 10:20:42 +0000 (10:20 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 24 Jan 2012 10:20:42 +0000 (10:20 +0000)
src/core/ngx_regex.c

index 8dba4e1d1664d6cf149050a5fe5b10553dc5e068..a7137fe4e2310dda718a39fac62f4e3f084dc31e 100644 (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