summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-12-01 12:49:45 +0000
committerChristophe Jaillet <jailletc36@apache.org>2019-12-01 12:49:45 +0000
commit843e606dd1f43ced26670fbfa2de6feab687a2d9 (patch)
tree7e201ee10d0d44895cacab475fece37eaf586770
parent659cf30d6f45726b67f149c43d2441396113f34a (diff)
downloadhttpd-843e606dd1f43ced26670fbfa2de6feab687a2d9.tar.gz
Fix some typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870672 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_proxy.xml4
-rw-r--r--docs/manual/mod/mod_ssl.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 434def34bc..6672ca4405 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1795,7 +1795,7 @@ connections</description>
<directivesynopsis>
<name>ProxyMaxForwards</name>
-<description>Maximium number of proxies that a request can be forwarded
+<description>Maximum number of proxies that a request can be forwarded
through</description>
<syntax>ProxyMaxForwards <var>number</var></syntax>
<default>ProxyMaxForwards -1</default>
@@ -1959,7 +1959,7 @@ NoProxy .example.com 192.168.112.0/21
</contextlist>
<usage>
- <p>This directive allows a user to specifiy a timeout on proxy requests.
+ <p>This directive allows a user to specify a timeout on proxy requests.
This is useful when you have a slow/buggy appserver which hangs, and you
would rather just return a timeout and fail gracefully instead of waiting
however long it takes the server to return.</p>
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index b7cab7d5cc..eb264bc1fb 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1437,7 +1437,7 @@ utility:</p>
openssl srp -srpvfile passwd.srpv -userinfo "some info" -add username
</example>
<p> The value given with the optional <code>-userinfo</code> parameter is
-avalable in the <code>SSL_SRP_USERINFO</code> request environment variable.</p>
+available in the <code>SSL_SRP_USERINFO</code> request environment variable.</p>
</usage>
</directivesynopsis>
@@ -2815,7 +2815,7 @@ should be shared between multiple nodes. For single-instance httpd setups,
it is recommended to <em>not</em> configure a ticket key file, but to
rely on (random) keys generated by mod_ssl at startup, instead.</p>
<p>The ticket key file must contain 48 bytes of random data,
-preferrably created from a high-entropy source. On a Unix-based system,
+preferably created from a high-entropy source. On a Unix-based system,
a ticket key file can be created as follows:</p>
<example>