summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-11-13 01:18:02 +0100
committerVincent Bray <noodl@apache.org>2008-11-13 01:18:02 +0100
commit46fcaefb394c54d8498dc5e543697551b4ecfc65 (patch)
treeef8a12b05f8947574383f82f286e6175d3459e67 /docs
parent* The nitpicker of the space police. No functional change. (diff)
downloadapache2-46fcaefb394c54d8498dc5e543697551b4ecfc65.tar.xz
apache2-46fcaefb394c54d8498dc5e543697551b4ecfc65.zip
Minor grammatical issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/extra/httpd-ssl.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in
index 3d1e4fc918..bc81d5a567 100644
--- a/docs/conf/extra/httpd-ssl.conf.in
+++ b/docs/conf/extra/httpd-ssl.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 <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.