]> 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:43:28 +0000 (04:43 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 04:43:28 +0000 (04:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591193 13f79535-47bb-0310-9956-ffa450edef68

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

index 71b2a1af58953c85a320666f4c760e8dc56da81d..95cd63b4dc435a62f64283f7d71a901c559305c2 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