From: Joe Orton Date: Tue, 17 Apr 2012 13:01:04 +0000 (+0000) Subject: * server/mpm_unix.c (dummy_connection): Fix spello. X-Git-Tag: 2.5.0-alpha~7138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce7fd84e7e52000dd508f089677ee8b1a61db229;p=thirdparty%2Fapache%2Fhttpd.git * server/mpm_unix.c (dummy_connection): Fix spello. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1327080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_unix.c b/server/mpm_unix.c index d99e3856df5..65c09407537 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -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} */