summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-14 18:56:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-10-14 18:56:15 +0000
commit2d3f3f6eb682a407700a7fcadc67ad8e703249da (patch)
treeca69b0bb63042eb0375aba85340c6cd28358d0ab /src/http/ngx_http_upstream.h
parent47a1ebb05086c82141b19377bbaafa9d68414281 (diff)
downloadnginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.gz
nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.bz2
fix English grammar
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h2
1 files changed, 1 insertions, 1 deletions
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;