comparison src/http/modules/ngx_http_log_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 509db6c0c5dc
children 08d8af70760c
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
958 return NGX_CONF_ERROR; 958 return NGX_CONF_ERROR;
959 } 959 }
960 960
961 if (log->script) { 961 if (log->script) {
962 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 962 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
963 "buffered logs can not have variables in name"); 963 "buffered logs cannot have variables in name");
964 return NGX_CONF_ERROR; 964 return NGX_CONF_ERROR;
965 } 965 }
966 966
967 name.len = value[3].len - 7; 967 name.len = value[3].len - 7;
968 name.data = value[3].data + 7; 968 name.data = value[3].data + 7;