From 5ecb379c53abded33b90db19f2ab4172501e9139 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 14 Jul 2010 13:31:40 +0000
Subject: [PATCH] typo detected by Jon Stevens
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@964043 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/Types/resources.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/Types/resources.html b/docs/manual/Types/resources.html
index ef285a5fe..16f58ec34 100644
--- a/docs/manual/Types/resources.html
+++ b/docs/manual/Types/resources.html
@@ -1121,10 +1121,10 @@ larger collection. Since Ant 1.7.1.
<copy todir="${target}">
- <mapperesources>
+ <mappedresources>
<fileset dir="${src}"/>
<globmapper from="*" to="*.bak"/>
- </mapperesources>
+ </mappedresources>
</copy>