[nginx] svn commit:  r4414 - trunk/src/core
    vbart at nginx.com 
    vbart at nginx.com
       
    Tue Jan 24 10:20:43 UTC 2012
    
    
  
Author: vbart
Date: 2012-01-24 10:20:42 +0000 (Tue, 24 Jan 2012)
New Revision: 4414
Modified:
   trunk/src/core/ngx_regex.c
Log:
Fixed grammar in PCRE JIT error log message.
Modified: trunk/src/core/ngx_regex.c
===================================================================
--- trunk/src/core/ngx_regex.c	2012-01-18 15:07:43 UTC (rev 4413)
+++ trunk/src/core/ngx_regex.c	2012-01-24 10:20:42 UTC (rev 4414)
@@ -403,7 +403,7 @@
     }
 #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
 
    
    
More information about the nginx-devel
mailing list