You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/10/18 14:22:02 UTC

svn commit: r1812518 - /httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Author: elukey
Date: Wed Oct 18 14:22:02 2017
New Revision: 1812518

URL: http://svn.apache.org/viewvc?rev=1812518&view=rev
Log:
mod_md.xml: fix typo

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_md.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_md.xml?rev=1812518&r1=1812517&r2=1812518&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Wed Oct 18 14:22:02 2017
@@ -511,7 +511,7 @@ MDRequireHttps permanent
                 <li>All request to the <code>http:</code> resources are redirected to the
                     same url with the <code>https:</code> scheme using the <code>301</code>
                 status code. This tells clients that this is intended to be forever and
-                the should update any links they have accodingly.
+                the should update any links they have accordingly.
                 </li>
                 <li>All answers to <code>https:</code> requests will carry the header
                     <code>Strict-Transport-Security</code> with a life time of half a year.