diff --git a/xdocs/faq.xml b/xdocs/faq.xml index ed87a88ec..2fe536f52 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -1377,7 +1377,7 @@ public void buildFinished(BuildEvent e) {
When Ant forks a new process for example by using the
<exec>, <apply>
- or <java> tasks, it will also start a
+ or <java> tasks, it will also start a
new thread reading from standard input and sending
everything that it has read to that process.