]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A few more typos.
authorChris Pepper <pepper@apache.org>
Sun, 2 Nov 2003 05:07:02 +0000 (05:07 +0000)
committerChris Pepper <pepper@apache.org>
Sun, 2 Nov 2003 05:07:02 +0000 (05:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101677 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index d643f75bf446dc9e7ef8d6bf74ae0ce949b03669..644061d191c487a7419efe263184f3fcdbd5fa99 100644 (file)
@@ -198,7 +198,7 @@ server</description>
 <directivesynopsis>
 <name>AuthDigestAlgorithm</name>
 <description>Selects the algorithm used to calculate the challenge and
-response hases in digest authentication</description>
+response hashes in digest authentication</description>
 <syntax>AuthDigestAlgorithm MD5|MD5-sess</syntax>
 <default>AuthDigestAlgorithm MD5</default>
 <contextlist><context>directory</context><context>.htaccess</context>
@@ -234,10 +234,10 @@ authentication</description>
     <p>The <directive>AuthDigestDomain</directive> directive allows
     you to specify one or more URIs which are in the same protection
     space (<em>i.e.</em> use the same realm and username/password info).
-    The specified URIs are prefixes, <em>i.e.</em> the client will assume
+    The specified URIs are prefixes; the client will assume
     that all URIs "below" these are also protected by the same
     username/password. The URIs may be either absolute URIs (<em>i.e.</em>
-    including a scheme, host, port, etc) or relative URIs.</p>
+    including a scheme, host, port, etc.) or relative URIs.</p>
 
     <p>This directive <em>should</em> always be specified and
     contain at least the (set of) root URI(s) for this space.
@@ -266,7 +266,7 @@ of clients</description>
     <p>The <directive>AuthDigestShmemSize</directive> directive defines
     the amount of shared memory, that will be allocated at the server
     startup for keeping track of clients. Note that the shared memory
-    segment cannot be set less than the space that is neccessary for
+    segment cannot be set less than the space that is necessary for
     tracking at least <em>one</em> client. This value is dependant on your
     system. If you want to find out the exact value, you may simply
     set <directive>AuthDigestShmemSize</directive> to the value of