Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-19 18:48:29 +0400
committerRuslan Ermilov <ru@nginx.com>2011-09-19 18:48:29 +0400
commita823c550e45bb653c5d660cceaea3f153b3b28e8 (patch)
treeb642a2dfe861053126a8e4426e820b0544304ed5 /src/core/ngx_cycle.c
parent3b7ed02583439f6ed4cc9665f4caf569eec31cf1 (diff)
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Fixed nearby grammar errors.
Diffstat (limited to 'src/core/ngx_cycle.c')
-rw-r--r--src/core/ngx_cycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index 968056c42..db473571f 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -739,7 +739,7 @@ old_shm_zone_done:
ngx_temp_pool = ngx_create_pool(128, cycle->log);
if (ngx_temp_pool == NULL) {
ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
- "can not create ngx_temp_pool");
+ "could not create ngx_temp_pool");
exit(1);
}