I found two typo in docs/manual/CoreTypes/filterchain.html.
reading the ant manual month for me:-)

Index: filterchain.html
===================================================================
RCS file: /home/cvspublic/ant/docs/manual/CoreTypes/filterchain.html,v
retrieving revision 1.15
diff -u -i -r1.15 filterchain.html
--- filterchain.html    1 Dec 2003 22:03:25 -0000       1.15
+++ filterchain.html    20 Dec 2003 09:59:05 -0000
@@ -23,12 +23,12 @@
 <copy file="foo" tofile="bar" head="10" 
contains="blee"/>
 </code><P>
 The obvious problem thus surfaced: Ant tasks would not be able
-to accomodate such data transformation attributes as they would
+to accommodate such data transformation attributes as they would
 be endless.  The task would also not know in which order these
 attributes were to be interpreted.  That is, must the task execute the
 contains attribute first and then the head attribute or vice-versa?
 What Ant tasks needed was a mechanism to allow pluggable filter (data
-tranformer) chains.  Ant would provide a few filters for which there
+transformer) chains.  Ant would provide a few filters for which there
 have been repeated requests.  Users with special filtering needs
 would be able to easily write their own and plug them in.<P>
 
@@ -1344,4 +1344,4 @@
 <HR>
 
 <P align=center>Copyright &copy; 2002-2003 Apache Software Foundation. All 
rights
-Reserved.</P></BODY></HTML>
\ No newline at end of file
+Reserved.</P></BODY></HTML>

-- Yuji Yamano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to