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/28 17:23:49 UTC

svn commit: r1590671 - in /httpd/httpd/branches/2.4.x/docs/manual: sections.html.en sections.xml

Author: jailletc36
Date: Mon Apr 28 15:23:48 2014
New Revision: 1590671

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

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/sections.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sections.html.en?rev=1590671&r1=1590670&r2=1590671&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sections.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sections.html.en Mon Apr 28 15:23:48 2014
@@ -330,7 +330,7 @@ to all requests regardless of the specif
 
 <h3><a name="nesting" id="nesting">Nesting of sections</a></h3>
 
-<p>Some section types can be nested inside other section types. One the one
+<p>Some section types can be nested inside other section types. On the one
 hand, <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> can be used
 inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>.  On
 the other hand, <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> can

Modified: httpd/httpd/branches/2.4.x/docs/manual/sections.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/sections.xml?rev=1590671&r1=1590670&r2=1590671&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/sections.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/sections.xml Mon Apr 28 15:23:48 2014
@@ -375,7 +375,7 @@ to all requests regardless of the specif
 
 <section id="nesting"><title>Nesting of sections</title>
 
-<p>Some section types can be nested inside other section types. One the one
+<p>Some section types can be nested inside other section types. On the one
 hand, <directive type="section" module="core">Files</directive> can be used
 inside <directive type="section" module="core">Directory</directive>.  On
 the other hand, <directive type="section" module="core">If</directive> can