diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
commit | 47a04aaa275d1a9b4a51997910f2b2a881464943 (patch) | |
tree | 349db1df06558325e03e3026293c52a309f49799 /src/core/ngx_connection.c | |
parent | 7744472c8e4db956bd29c030fdca1e55f5b007fe (diff) | |
download | nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip |
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 4d1aa0d1b..ba1b3f9e2 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -708,7 +708,7 @@ ngx_close_listening_sockets(ngx_cycle_t *cycle) /* * it seems that Linux-2.6.x OpenVZ sends events * for closed shared listening sockets unless - * the events was explicity deleted + * the events was explicitly deleted */ ngx_del_event(c->read, NGX_READ_EVENT, 0); |