diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:57:36 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:57:36 +0000 |
| commit | f2d00ec64fe336164dd96b9c6729ad5d72324808 (patch) | |
| tree | 1c93ec560befc5a4801197e8982993f6417f5a08 /src/http/modules/ngx_http_map_module.c | |
| parent | 32862a6f52e85c36768eb6e028161c9a8bebf6ff (diff) | |
| download | nginx-f2d00ec64fe336164dd96b9c6729ad5d72324808.tar.gz nginx-f2d00ec64fe336164dd96b9c6729ad5d72324808.tar.bz2 | |
r1566 merge:
fix English grammar
Diffstat (limited to 'src/http/modules/ngx_http_map_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_map_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_map_module.c b/src/http/modules/ngx_http_map_module.c index 5c96fb15e..6850beb07 100644 --- a/src/http/modules/ngx_http_map_module.c +++ b/src/http/modules/ngx_http_map_module.c @@ -221,7 +221,7 @@ ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) name.len--; name.data++; - var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGABLE); + var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); if (var == NULL) { return NGX_CONF_ERROR; } @@ -430,7 +430,7 @@ ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) } var->valid = 1; - var->no_cachable = 0; + var->no_cacheable = 0; var->not_found = 0; vp = ngx_array_push(&ctx->values_hash[key]); |
