]> granicus.if.org Git - apache/commitdiff
Correct typo as spoted in a comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 04:42:27 +0000 (04:42 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 04:42:27 +0000 (04:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591191 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/public_html.html.en
docs/manual/howto/public_html.xml

index f09d95767340c6975924537c3eb0bbda12378c71..179c5bbd7b35e8495c8f30431697ff78c3c4dbe1 100644 (file)
 
     <p>If you want to allows users to modify the server configuration in
     their web space, they will need to use <code>.htaccess</code> files to
-    make these changed. Ensure that you have set <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> to a
+    make these changes. Ensure that you have set <code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code> to a
     value sufficient for the directives that you want to permit the users
     to modify. See the <a href="htaccess.html">.htaccess tutorial</a> for
     additional details on how this works.</p>
index 456601151bf6630b6c7da96613fb90eae7576dbd..112fa9bb883c288fe3553f51135105da3fec442c 100644 (file)
 
     <p>If you want to allows users to modify the server configuration in
     their web space, they will need to use <code>.htaccess</code> files to
-    make these changed. Ensure that you have set <directive
+    make these changes. Ensure that you have set <directive
     module="core">AllowOverride</directive> to a
     value sufficient for the directives that you want to permit the users
     to modify. See the <a href="htaccess.html">.htaccess tutorial</a> for