comparison src/os/unix/ngx_process.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 5364d2e711cc
children 3f6040cd731e 4919fb357a5d
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
539 } 539 }
540 540
541 if (WEXITSTATUS(status) == 2 && ngx_processes[i].respawn) { 541 if (WEXITSTATUS(status) == 2 && ngx_processes[i].respawn) {
542 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0, 542 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
543 "%s %P exited with fatal code %d " 543 "%s %P exited with fatal code %d "
544 "and can not be respawn", 544 "and cannot be respawned",
545 process, pid, WEXITSTATUS(status)); 545 process, pid, WEXITSTATUS(status));
546 ngx_processes[i].respawn = 0; 546 ngx_processes[i].respawn = 0;
547 } 547 }
548 } 548 }
549 } 549 }