]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some typo
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Dec 2019 12:49:45 +0000 (12:49 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Dec 2019 12:49:45 +0000 (12:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870672 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_ssl.xml

index 434def34bcb1ba3887fc84402d904ad8ba5a9109..6672ca440586ece9aa05c56dc7274251ea4556f4 100644 (file)
@@ -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>
index b7cab7d5ccf420c85103e2f843cf89f5f4b11508..eb264bc1fbde6dbb363856b899cea69f1c6a087c 100644 (file)
@@ -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>