You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2008/11/11 17:19:40 UTC

svn commit: r713075 - /httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml

Author: lgentis
Date: Tue Nov 11 08:19:40 2008
New Revision: 713075

URL: http://svn.apache.org/viewvc?rev=713075&view=rev
Log:
Some typos.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml?rev=713075&r1=713074&r2=713075&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml Tue Nov 11 08:19:40 2008
@@ -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 
@@ -120,7 +120,7 @@
 
     <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 @@
     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.  -->