diff src/core/ngx_conf_file.c @ 4593:834049edae24

Fixed grammar in error messages.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Apr 2012 19:35:41 +0000
parents 41f640a693de
children 01a21ee8f8bb
line wrap: on
line diff
--- a/src/core/ngx_conf_file.c	Thu Apr 12 16:34:59 2012 +0000
+++ b/src/core/ngx_conf_file.c	Thu Apr 12 19:35:41 2012 +0000
@@ -1481,7 +1481,8 @@
         }
 
         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                           "value must be equal or more than %i", bounds->low);
+                           "value must be equal to or greater than %i",
+                           bounds->low);
 
         return NGX_CONF_ERROR;
     }