# HG changeset patch # User Igor Sysoev # Date 1168376269 0 # Node ID 778e7d9a92d631eb341072616c674483dc1b83be # Parent 26ffa7bb001d0baa361515e53a9f7676d7fadd0a fix typo diff -r 26ffa7bb001d -r 778e7d9a92d6 src/http/modules/ngx_http_limit_zone_module.c --- a/src/http/modules/ngx_http_limit_zone_module.c Tue Jan 09 20:57:24 2007 +0000 +++ b/src/http/modules/ngx_http_limit_zone_module.c Tue Jan 09 20:57:49 2007 +0000 @@ -260,7 +260,7 @@ 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;