]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 20:57:49 +0000 (20:57 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 20:57:49 +0000 (20:57 +0000)
src/http/modules/ngx_http_limit_zone_module.c

index 396cb7fd3e47e09341844ae8da5cc4559fb16821..caed09cb716850a25187a54f84ad1e397f1680b4 100644 (file)
@@ -260,7 +260,7 @@ ngx_http_limit_zone_init_zone(ngx_shm_zone_t *shm_zone, void *data)
     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;