comparison src/http/modules/ngx_http_headers_filter_module.c @ 4133:59b99f217c6d

Replaced "can not" with "cannot" and "could not" in a bunch of places. Fixed nearby grammar errors.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Sep 2011 14:48:29 +0000
parents dd1570b6f237
children ecf4608c2783 ea0f2e1f84d4
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
505 value[n].data++; 505 value[n].data++;
506 value[n].len--; 506 value[n].len--;
507 minus = 0; 507 minus = 0;
508 508
509 if (hcf->expires == NGX_HTTP_EXPIRES_MODIFIED) { 509 if (hcf->expires == NGX_HTTP_EXPIRES_MODIFIED) {
510 return "daily time can not be used with \"modified\" parameter"; 510 return "daily time cannot be used with \"modified\" parameter";
511 } 511 }
512 512
513 hcf->expires = NGX_HTTP_EXPIRES_DAILY; 513 hcf->expires = NGX_HTTP_EXPIRES_DAILY;
514 514
515 } else if (value[n].data[0] == '+') { 515 } else if (value[n].data[0] == '+') {