From: Rainer Jung Date: Wed, 5 Jun 2013 14:05:17 +0000 (+0000) Subject: Typos in config comments. X-Git-Tag: 2.0.65~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e463497341c2e093abf8653a9dbc7d3955ae62e8;p=thirdparty%2Fapache%2Fhttpd.git Typos in config comments. Backports of r290940, r713575 and r732816 from 2.4.x resp. r1489879 from 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489881 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/ssl-std.conf.in b/docs/conf/ssl-std.conf.in index 978d2bd45c1..ae831187f0b 100644 --- a/docs/conf/ssl-std.conf.in +++ b/docs/conf/ssl-std.conf.in @@ -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 # # Do NOT simply read the instructions in here without understanding @@ -122,7 +122,7 @@ SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/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@/ssl.crt/ca.crt # Certificate Authority (CA): @@ -214,7 +214,7 @@ SSLCertificateKeyFile @exp_sysconfdir@/ssl.key/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.