]> granicus.if.org Git - apache/commitdiff
Some typos.
authorLucien Gentis <lgentis@apache.org>
Tue, 11 Nov 2008 16:19:40 +0000 (16:19 +0000)
committerLucien Gentis <lgentis@apache.org>
Tue, 11 Nov 2008 16:19:40 +0000 (16:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713075 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index b05983cd453b2500b58957ca571a71f0945d440e..53b32740414e1104a21b39ba6f6b0054174e574b 100644 (file)
@@ -45,7 +45,7 @@
 
     <p>To use MD5 Digest authentication, simply 
     change the normal <code>AuthType Basic</code> and
-    <directive module="mod_auth_basic">AuthBasicProvider</directive>.
+    <directive module="mod_auth_basic">AuthBasicProvider</directive>
     to <code>AuthType Digest</code> and
     <directive module="mod_auth_digest">AuthDigestProvider</directive>,
     when setting up authentication, then add a 
 
     <p>See the <directive module="mod_setenvif">BrowserMatch</directive>
     directive for more details on conditionally setting environment
-    variables</p>
+    variables.</p>
 </section>
 
 
@@ -200,7 +200,7 @@ authentication</description>
     one-time-nonces are being used, this may lead to browsers trying
     to pipeline requests and receiving 401 responses for all but the
     first request, requiring the browser to resend the requests. Note
-    also that the protection against reply attacks only makes sense
+    also that the protection against replay attacks only makes sense
     for dynamically generated content and things like POST requests;
     for static content the attacker may already have the complete
     response, so one-time-nonces do not make sense here.  -->