]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* server/mpm_unix.c (dummy_connection): Fix spello.
authorJoe Orton <jorton@apache.org>
Tue, 17 Apr 2012 13:01:04 +0000 (13:01 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 17 Apr 2012 13:01:04 +0000 (13:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1327080 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_unix.c

index d99e3856df54ebff033e97872c356c335675efc3..65c09407537d7fcadbf199cd0362d1d952b1011f 100644 (file)
@@ -581,7 +581,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
          * 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} */