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

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

index 6608e35ac6f15520bb8495ce42e944682ab865bb..c2c1a6888b5375d8195b63ec4f9a2a1977c45952 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 4d1f76874757459762997eda416fcaee11b512b2..50e06fa2531dbf3eccfaf861b5ba43260dec57f0 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