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/19 17:19:57 UTC

svn commit: r719004 - /httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml

Author: lgentis
Date: Wed Nov 19 08:19:56 2008
New Revision: 719004

URL: http://svn.apache.org/viewvc?rev=719004&view=rev
Log:
Typos

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml?rev=719004&r1=719003&r2=719004&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_form.xml Wed Nov 19 08:19:56 2008
@@ -233,7 +233,8 @@
     <section id="inlinepreservebody"><title>Inline Login with Body Preservation</title>
 
       <p>A limitation of the inline login technique described above is that should an
-      HTML form POST have resulted in the request to authenticate or reauthentiate, the
+      HTML form POST have resulted in the request to authenticate or
+      reauthenticate, the
       contents of the original form posted by the browser will be lost. Depending on
       the function of the website, this could present significant inconvenience for the
       end user.</p>
@@ -466,8 +467,8 @@
 
 <usage>
     <p>The <directive module="mod_auth_form">AuthFormMethod</directive> directive specifies
-    the name of an HTML field which, if present, will contain the method of the request to
-    to submit should login be successful.</p>
+    the name of an HTML field which, if present, will contain the
+    mimetype of the request to to submit should login be successful.</p>
 
     <p>By populating the form with fields described by
     <directive module="mod_auth_form">AuthFormMethod</directive>,