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 2016/11/02 11:28:26 UTC

svn commit: r1767638 - /httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in

Author: jorton
Date: Wed Nov  2 11:28:25 2016
New Revision: 1767638

URL: http://svn.apache.org/viewvc?rev=1767638&view=rev
Log:
Fix typo.

Modified:
    httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in

Modified: httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in?rev=1767638&r1=1767637&r2=1767638&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in Wed Nov  2 11:28:25 2016
@@ -266,7 +266,7 @@ SSLCertificateKeyFile "@rel_sysconfdir@/
 #     mod_ssl sends the close notify alert.
 #   o ssl-accurate-shutdown:
 #     This forces an accurate shutdown when the connection is closed, i.e. a
-#     SSL close notify alert is send and mod_ssl waits for the close notify
+#     SSL close notify alert is sent and mod_ssl waits for the close notify
 #     alert of the client. This is 100% SSL/TLS standard compliant, but in
 #     practice often causes hanging connections with brain-dead browsers. Use
 #     this only for browsers where you know that their SSL implementation