comparison src/core/ngx_cycle.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 a1dd9dc754ab
children 3f6040cd731e 4919fb357a5d
comparison
equal deleted inserted replaced
4132:cdc22824e22a 4133:59b99f217c6d
737 737
738 if (ngx_temp_pool == NULL) { 738 if (ngx_temp_pool == NULL) {
739 ngx_temp_pool = ngx_create_pool(128, cycle->log); 739 ngx_temp_pool = ngx_create_pool(128, cycle->log);
740 if (ngx_temp_pool == NULL) { 740 if (ngx_temp_pool == NULL) {
741 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, 741 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
742 "can not create ngx_temp_pool"); 742 "could not create ngx_temp_pool");
743 exit(1); 743 exit(1);
744 } 744 }
745 745
746 n = 10; 746 n = 10;
747 ngx_old_cycles.elts = ngx_pcalloc(ngx_temp_pool, 747 ngx_old_cycles.elts = ngx_pcalloc(ngx_temp_pool,