mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
fix typo
This commit is contained in:
parent
e98b867409
commit
36fefe3cfe
@ -260,7 +260,7 @@ ngx_http_limit_zone_init_zone(ngx_shm_zone_t *shm_zone, void *data)
|
|||||||
if (octx) {
|
if (octx) {
|
||||||
if (ngx_strcmp(ctx->var.data, octx->var.data) != 0) {
|
if (ngx_strcmp(ctx->var.data, octx->var.data) != 0) {
|
||||||
ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 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",
|
"while previously it used the \"%V\" variable",
|
||||||
&shm_zone->name, &ctx->var, &octx->var);
|
&shm_zone->name, &ctx->var, &octx->var);
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user