]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typos in config comments.
authorRainer Jung <rjung@apache.org>
Wed, 5 Jun 2013 13:57:59 +0000 (13:57 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 5 Jun 2013 13:57:59 +0000 (13:57 +0000)
Backports of r290940, r713575 and r732816
from 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1489879 13f79535-47bb-0310-9956-ffa450edef68

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

index 7824886298f3667f0a198eb01a2692789cb9d354..7172d8cb5418ad57f58e9036ad34d2eebc5a3c42 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/2.2/mod/mod_ssl.html>
 # 
 # Do NOT simply read the instructions in here without understanding
@@ -131,7 +131,7 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
 #   certificate chain for the server certificate. Alternatively
 #   the referenced file can be the same as SSLCertificateFile
 #   when the CA certificates are directly appended to the server
-#   certificate for convinience.
+#   certificate for convenience.
 #SSLCertificateChainFile "@exp_sysconfdir@/server-ca.crt"
 
 #   Certificate Authority (CA):
@@ -219,7 +219,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 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.