]> git.kaiwu.me - nginx.git/commitdiff
grammar fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 10 Jan 2008 08:36:14 +0000 (08:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 10 Jan 2008 08:36:14 +0000 (08:36 +0000)
src/event/ngx_event_openssl.c

index d7fc4d223e793b274815d4bda79abe0281caa92f..ad567e353379aa476bc03e7f48c7453fc348902f 100644 (file)
@@ -1035,7 +1035,7 @@ ngx_ssl_shutdown(ngx_connection_t *c)
 
     sslerr = 0;
 
-    /* SSL_shutdown() never return -1, on error it return 0 */
+    /* SSL_shutdown() never returns -1, on error it returns 0 */
 
     if (n != 1) {
         sslerr = SSL_get_error(c->ssl->connection, n);