diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:57:36 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:57:36 +0000 |
| commit | f2d00ec64fe336164dd96b9c6729ad5d72324808 (patch) | |
| tree | 1c93ec560befc5a4801197e8982993f6417f5a08 /src/http/ngx_http_variables.h | |
| parent | 32862a6f52e85c36768eb6e028161c9a8bebf6ff (diff) | |
| download | nginx-f2d00ec64fe336164dd96b9c6729ad5d72324808.tar.gz nginx-f2d00ec64fe336164dd96b9c6729ad5d72324808.tar.bz2 | |
r1566 merge:
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 { |
