From: Christophe Jaillet
Date: Mon, 28 Apr 2014 15:24:27 +0000 (+0000)
Subject: Correct typo as spoted in a comment in online doc
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00999d776cdcfb93839e27f4735e7fa8423d861;p=thirdparty%2Fapache%2Fhttpd.git
Correct typo as spoted in a comment in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590674 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index 7a4cf56e056..7401649a126 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -330,7 +330,7 @@ to all requests regardless of the specific URL.
-Some section types can be nested inside other section types. One the one
+
Some section types can be nested inside other section types. On the one
hand, <Files> can be used
inside <Directory>. On
the other hand, <If> can
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 76eeb53d32a..2ac630a730c 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -375,7 +375,7 @@ to all requests regardless of the specific URL.
Nesting of sections
-Some section types can be nested inside other section types. One the one
+
Some section types can be nested inside other section types. On the one
hand, Files can be used
inside Directory. On
the other hand, If can