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. Since Ant 1.7
     <copy todir="${target}">
-      <mapperesources>
+      <mappedresources>
         <fileset dir="${src}"/>
         <globmapper from="*" to="*.bak"/>
-      </mapperesources>
+      </mappedresources>
     </copy>