]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Minor grammatical issues
authorVincent Bray <noodl@apache.org>
Thu, 13 Nov 2008 00:18:02 +0000 (00:18 +0000)
committerVincent Bray <noodl@apache.org>
Thu, 13 Nov 2008 00:18:02 +0000 (00:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713575 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-ssl.conf.in

index 3d1e4fc9180cb068341dd4af8a45b0f3a3e80b1e..bc81d5a567716b6319761ab792e30e9614ddd80f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
-# serve pages over an https connection. For detailing information about these 
+# serve pages over an https connection. For detailed information about these 
 # directives see <URL:http://httpd.apache.org/docs/trunk/mod/mod_ssl.html>
 # 
 # Do NOT simply read the instructions in here without understanding
@@ -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 received.  This violates
+#     SSL close notify alert is send 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.