changeset 1001:778e7d9a92d6

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Jan 2007 20:57:49 +0000
parents 26ffa7bb001d
children cdde2d4ea5d8
files src/http/modules/ngx_http_limit_zone_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_limit_zone_module.c
+++ b/src/http/modules/ngx_http_limit_zone_module.c
@@ -260,7 +260,7 @@ ngx_http_limit_zone_init_zone(ngx_shm_zo
     if (octx) {
         if (ngx_strcmp(ctx->var.data, octx->var.data) != 0) {
             ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0,
-                          "limit_zone \"%V\" use the \"%V\" variable "
+                          "limit_zone \"%V\" uses the \"%V\" variable "
                           "while previously it used the \"%V\" variable",
                           &shm_zone->name, &ctx->var, &octx->var);
             return NGX_ERROR;