diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-01-09 20:57:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-09 20:57:49 +0000 |
commit | 36fefe3cfeebbfd6cc838b37d3d5eafd33a5bdb0 (patch) | |
tree | 55d72b577723fc4cfe2fce49ec98d4be7c7f245a /src/http/modules/ngx_http_limit_zone_module.c | |
parent | e98b867409d3029cc54775df7ba54880f794b96d (diff) | |
download | nginx-36fefe3cfeebbfd6cc838b37d3d5eafd33a5bdb0.tar.gz nginx-36fefe3cfeebbfd6cc838b37d3d5eafd33a5bdb0.zip |
fix typo
Diffstat (limited to 'src/http/modules/ngx_http_limit_zone_module.c')
-rw-r--r-- | src/http/modules/ngx_http_limit_zone_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_limit_zone_module.c b/src/http/modules/ngx_http_limit_zone_module.c index 396cb7fd3..caed09cb7 100644 --- 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_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; |