You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/04/30 06:43:29 UTC

svn commit: r1591193 - in /httpd/httpd/branches/2.4.x/docs/manual/howto: public_html.html.en public_html.xml

Author: jailletc36
Date: Wed Apr 30 04:43:28 2014
New Revision: 1591193

URL: http://svn.apache.org/r1591193
Log:
Correct typo as spoted in a comment in online doc

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.html.en
    httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.html.en?rev=1591193&r1=1591192&r2=1591193&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.html.en Wed Apr 30 04:43:28 2014
@@ -175,7 +175,7 @@
 
     <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.xml?rev=1591193&r1=1591192&r2=1591193&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/public_html.xml Wed Apr 30 04:43:28 2014
@@ -175,7 +175,7 @@
 
     <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