diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-10-14 18:56:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-14 18:56:15 +0000 |
| commit | 2d3f3f6eb682a407700a7fcadc67ad8e703249da (patch) | |
| tree | ca69b0bb63042eb0375aba85340c6cd28358d0ab /src/event/ngx_event_pipe.h | |
| parent | 47a1ebb05086c82141b19377bbaafa9d68414281 (diff) | |
| download | nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.gz nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.bz2 | |
fix English grammar
Diffstat (limited to 'src/event/ngx_event_pipe.h')
| -rw-r--r-- | src/event/ngx_event_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_pipe.h b/src/event/ngx_event_pipe.h index 887f8b7f2..f9b3d51b0 100644 --- a/src/event/ngx_event_pipe.h +++ b/src/event/ngx_event_pipe.h @@ -47,7 +47,7 @@ struct ngx_event_pipe_s { void *output_ctx; unsigned read:1; - unsigned cachable:1; + unsigned cacheable:1; unsigned single_buf:1; unsigned free_bufs:1; unsigned upstream_done:1; |
