comparison src/http/ngx_http.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 3770119af0b5
children 7b632622ba56
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
1224 #if (NGX_HTTP_SSL) 1224 #if (NGX_HTTP_SSL)
1225 ngx_uint_t ssl; 1225 ngx_uint_t ssl;
1226 #endif 1226 #endif
1227 1227
1228 /* 1228 /*
1229 * we can not compare whole sockaddr struct's as kernel 1229 * we cannot compare whole sockaddr struct's as kernel
1230 * may fill some fields in inherited sockaddr struct's 1230 * may fill some fields in inherited sockaddr struct's
1231 */ 1231 */
1232 1232
1233 sa = &lsopt->u.sockaddr; 1233 sa = &lsopt->u.sockaddr;
1234 1234