Author: bodewig
Date: Wed Jul 14 13:31:40 2010
New Revision: 964043

URL: http://svn.apache.org/viewvc?rev=964043&view=rev
Log:
typo detected by Jon Stevens

Modified:
    ant/core/trunk/docs/manual/Types/resources.html

Modified: ant/core/trunk/docs/manual/Types/resources.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/Types/resources.html?rev=964043&r1=964042&r2=964043&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/Types/resources.html (original)
+++ ant/core/trunk/docs/manual/Types/resources.html Wed Jul 14 13:31:40 2010
@@ -1121,10 +1121,10 @@ larger collection. <strong>Since Ant 1.7
 
   <pre>
     &lt;copy todir="${target}"&gt;
-      &lt;mapperesources&gt;
+      &lt;mappedresources&gt;
         &lt;fileset dir="${src}"/&gt;
         &lt;globmapper from="*" to="*.bak"/&gt;
-      &lt;/mapperesources&gt;
+      &lt;/mappedresources&gt;
     &lt;/copy&gt;
   </pre>
 


Reply via email to