From: Vincent Bray Date: Thu, 8 Jan 2009 20:38:39 +0000 (+0000) Subject: Typo sent/send X-Git-Tag: 2.3.2~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dcb133275729e75269957b513660cdcc8338eb4;p=apache Typo sent/send git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index bc81d5a567..4ce8426365 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -195,7 +195,7 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key" # approach you can use one of the following variables: # o ssl-unclean-shutdown: # This forces an unclean shutdown when the connection is closed, i.e. no -# SSL close notify alert is send or allowed to be received. This violates +# SSL close notify alert is sent or allowed to be received. This violates # the SSL/TLS standard but is needed for some brain-dead browsers. Use # this when you receive I/O errors because of the standard approach where # mod_ssl sends the close notify alert.