summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-19 14:48:29 +0000
committerRuslan Ermilov <ru@nginx.com>2011-09-19 14:48:29 +0000
commita823c550e45bb653c5d660cceaea3f153b3b28e8 (patch)
treeb642a2dfe861053126a8e4426e820b0544304ed5 /src/event/ngx_event.c
parent3b7ed02583439f6ed4cc9665f4caf569eec31cf1 (diff)
downloadnginx-a823c550e45bb653c5d660cceaea3f153b3b28e8.tar.gz
nginx-a823c550e45bb653c5d660cceaea3f153b3b28e8.tar.bz2
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Fixed nearby grammar errors.
Diffstat (limited to '')
-rw-r--r--src/event/ngx_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c
index c57d37ec4..8a472ffe8 100644
--- a/src/event/ngx_event.c
+++ b/src/event/ngx_event.c
@@ -1027,7 +1027,7 @@ ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
"when the server runs without a master process "
"the \"%V\" event type must be the same as "
"in previous configuration - \"%s\" "
- "and it can not be changed on the fly, "
+ "and it cannot be changed on the fly, "
"to change it you need to stop server "
"and start it again",
&value[1], old_ecf->name);