From ca239f6cd9f27fa1a1b3383df7c0a2f77ddb4260 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 18 Aug 2004 21:01:48 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276789 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 3850dbd60..cf7e1ea04 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -72,7 +72,7 @@ Fixed bugs: Bugzilla 30161. * MacroInstance did not clean up nested elements correctly in the execute method, causing - multiple use of the same marco instance with nested elements to fail. + multiple use of the same macro instance with nested elements to fail. Changes from Ant 1.6.1 to Ant 1.6.2 ===================================