comparison src/http/modules/ngx_http_gzip_filter_module.c @ 1565:4c43e25d11ea

fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Oct 2007 18:56:15 +0000
parents 30fcc8478d85
children 45cbc1aa8652
comparison
equal deleted inserted replaced
1564:6725c3f56216 1565:4c43e25d11ea
938 { 938 {
939 ngx_uint_t zint, zfrac; 939 ngx_uint_t zint, zfrac;
940 ngx_http_gzip_ctx_t *ctx; 940 ngx_http_gzip_ctx_t *ctx;
941 941
942 v->valid = 1; 942 v->valid = 1;
943 v->no_cachable = 0; 943 v->no_cacheable = 0;
944 v->not_found = 0; 944 v->not_found = 0;
945 945
946 ctx = ngx_http_get_module_ctx(r, ngx_http_gzip_filter_module); 946 ctx = ngx_http_get_module_ctx(r, ngx_http_gzip_filter_module);
947 947
948 if (ctx == NULL || ctx->zout == 0) { 948 if (ctx == NULL || ctx->zout == 0) {