comparison src/http/modules/ngx_http_rewrite_module.c @ 1565:4c43e25d11ea

fix English grammar
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Oct 2007 18:56:15 +0000
parents 5e4d3b5d7ad0
children f321b59ae0e9 dc52b3f7591e
comparison
equal deleted inserted replaced
1564:6725c3f56216 1565:4c43e25d11ea
922 } 922 }
923 923
924 value[1].len--; 924 value[1].len--;
925 value[1].data++; 925 value[1].data++;
926 926
927 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGABLE); 927 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
928 if (v == NULL) { 928 if (v == NULL) {
929 return NGX_CONF_ERROR; 929 return NGX_CONF_ERROR;
930 } 930 }
931 931
932 index = ngx_http_get_variable_index(cf, &value[1]); 932 index = ngx_http_get_variable_index(cf, &value[1]);