From 2d3f3f6eb682a407700a7fcadc67ad8e703249da Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 14 Oct 2007 18:56:15 +0000 Subject: fix English grammar --- src/http/ngx_http_upstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_upstream.h') diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index de1a2c88f..d95399f45 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -244,7 +244,7 @@ struct ngx_http_upstream_s { ngx_http_cleanup_pt *cleanup; unsigned store:1; - unsigned cachable:1; + unsigned cacheable:1; unsigned accel:1; unsigned buffering:1; -- cgit