From: Christophe Jaillet
Date: Sun, 1 Dec 2019 12:49:45 +0000 (+0000)
Subject: Fix some typo
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1762
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843e606dd1f43ced26670fbfa2de6feab687a2d9;p=thirdparty%2Fapache%2Fhttpd.git
Fix some typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870672 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 434def34bcb..6672ca44058 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1795,7 +1795,7 @@ connections
ProxyMaxForwards
-Maximium number of proxies that a request can be forwarded
+Maximum number of proxies that a request can be forwarded
through
ProxyMaxForwards number
ProxyMaxForwards -1
@@ -1959,7 +1959,7 @@ NoProxy .example.com 192.168.112.0/21
- This directive allows a user to specifiy a timeout on proxy requests.
+
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.
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index b7cab7d5ccf..eb264bc1fbd 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1437,7 +1437,7 @@ utility:
openssl srp -srpvfile passwd.srpv -userinfo "some info" -add username
The value given with the optional -userinfo parameter is
-avalable in the SSL_SRP_USERINFO request environment variable.
+available in the SSL_SRP_USERINFO request environment variable.
@@ -2815,7 +2815,7 @@ should be shared between multiple nodes. For single-instance httpd setups,
it is recommended to not configure a ticket key file, but to
rely on (random) keys generated by mod_ssl at startup, instead.
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: