Author: bodewig
Date: Thu Aug 21 05:22:18 2008
New Revision: 687725
URL: http://svn.apache.org/viewvc?rev=687725&view=rev
Log:
oops, stray bell character
Modified:
ant/core/trunk/xdocs/faq.xml
Modified: ant/core/trunk/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=687725&r1=687724&r2=687725&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Thu Aug 21 05:22:18 2008
@@ -1377,7 +1377,7 @@
<p>When Ant forks a new process for example by using the
<code><exec></code>, <code><apply></code>
- or <code><java></code> tasks, it will also start a
+ or <code><java></code> tasks, it will also start a
new thread reading from standard input and sending
everything that it has read to that process.</p>