Author: bodewig
Date: Mon Sep 20 15:56:30 2010
New Revision: 998966
URL: http://svn.apache.org/viewvc?rev=998966&view=rev
Log:
correct phrasing, PR 49962
Modified:
ant/core/trunk/docs/manual/Tasks/include.html
Modified: ant/core/trunk/docs/manual/Tasks/include.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/Tasks/include.html?rev=998966&r1=998965&r2=998966&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/Tasks/include.html (original)
+++ ant/core/trunk/docs/manual/Tasks/include.html Mon Sep 20 15:56:30 2010
@@ -42,7 +42,7 @@
rewriting the included target names and depends lists. This is
different
from <a href="http://ant.apache.org/faq.html#xml-entity-include">Entity
- Includes as explained in the Ant FAQ</a> in so far as the target
+ Includes as explained in the Ant FAQ</a> insofar as the target
names get prefixed by the included project's name or the as
attribute and do not appear as if the file was contained in the
including file.