You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2012/04/17 15:01:04 UTC

svn commit: r1327080 - /httpd/httpd/trunk/server/mpm_unix.c

Author: jorton
Date: Tue Apr 17 13:01:04 2012
New Revision: 1327080

URL: http://svn.apache.org/viewvc?rev=1327080&view=rev
Log:
* server/mpm_unix.c (dummy_connection): Fix spello.

Modified:
    httpd/httpd/trunk/server/mpm_unix.c

Modified: httpd/httpd/trunk/server/mpm_unix.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm_unix.c?rev=1327080&r1=1327079&r2=1327080&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm_unix.c (original)
+++ httpd/httpd/trunk/server/mpm_unix.c Tue Apr 17 13:01:04 2012
@@ -581,7 +581,7 @@ static apr_status_t dummy_connection(ap_
          * the server actually expects SSLv3/TLSv1.  With
          * SSLv23_server_method() OpenSSL's SSL_accept() fails
          * ungracefully on receipt of this message, since it requires
-         * an 11-byte ClientHello message and this is to short. */
+         * an 11-byte ClientHello message and this is too short. */
         static const unsigned char tls10_close_notify[7] = {
             '\x15',         /* TLSPlainText.type = Alert (21) */
             '\x03', '\x01', /* TLSPlainText.version = {3, 1} */