comparison src/event/ngx_event.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 0daede16d68b
children 3f6040cd731e 4919fb357a5d
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
1025 { 1025 {
1026 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1026 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1027 "when the server runs without a master process " 1027 "when the server runs without a master process "
1028 "the \"%V\" event type must be the same as " 1028 "the \"%V\" event type must be the same as "
1029 "in previous configuration - \"%s\" " 1029 "in previous configuration - \"%s\" "
1030 "and it can not be changed on the fly, " 1030 "and it cannot be changed on the fly, "
1031 "to change it you need to stop server " 1031 "to change it you need to stop server "
1032 "and start it again", 1032 "and start it again",
1033 &value[1], old_ecf->name); 1033 &value[1], old_ecf->name);
1034 1034
1035 return NGX_CONF_ERROR; 1035 return NGX_CONF_ERROR;