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/http/ngx_http_variables.h | |
parent | 47a1ebb05086c82141b19377bbaafa9d68414281 (diff) | |
download | nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.gz nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.zip |
fix English grammar
Diffstat (limited to 'src/http/ngx_http_variables.h')
-rw-r--r-- | src/http/ngx_http_variables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h index 1dc982844..58046411f 100644 --- a/src/http/ngx_http_variables.h +++ b/src/http/ngx_http_variables.h @@ -26,10 +26,10 @@ typedef ngx_int_t (*ngx_http_get_variable_pt) (ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); -#define NGX_HTTP_VAR_CHANGABLE 1 -#define NGX_HTTP_VAR_NOCACHABLE 2 -#define NGX_HTTP_VAR_INDEXED 4 -#define NGX_HTTP_VAR_NOHASH 8 +#define NGX_HTTP_VAR_CHANGEABLE 1 +#define NGX_HTTP_VAR_NOCACHEABLE 2 +#define NGX_HTTP_VAR_INDEXED 4 +#define NGX_HTTP_VAR_NOHASH 8 struct ngx_http_variable_s { |