comparison src/http/ngx_http_core_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 cdc22824e22a
children 18f1cb12c6d7
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
3189 3189
3190 ngx_conf_merge_value(conf->underscores_in_headers, 3190 ngx_conf_merge_value(conf->underscores_in_headers,
3191 prev->underscores_in_headers, 0); 3191 prev->underscores_in_headers, 0);
3192 3192
3193 if (conf->server_names.nelts == 0) { 3193 if (conf->server_names.nelts == 0) {
3194 /* the array has 4 empty preallocated elements, so push can not fail */ 3194 /* the array has 4 empty preallocated elements, so push cannot fail */
3195 sn = ngx_array_push(&conf->server_names); 3195 sn = ngx_array_push(&conf->server_names);
3196 #if (NGX_PCRE) 3196 #if (NGX_PCRE)
3197 sn->regex = NULL; 3197 sn->regex = NULL;
3198 #endif 3198 #endif
3199 sn->server = conf; 3199 sn->server = conf;