From 9d86eb6bec40f7dbaff72bf771f047f75ac492c6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 16 Jun 2010 15:27:02 +0000 Subject: [PATCH] typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955266 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 1983dcc40..be5f05f0d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -61,7 +61,7 @@ Fixed bugs: * Ant would often scan directories even though there were known to only hold excluded files when evaluating filesets. This never - resulted in worng results but degraded performance of the scan + resulted in wrong results but degraded performance of the scan itself. Bugzilla Report 49420. @@ -82,9 +82,9 @@ Other changes: Bugzilla Report 34748. * properties in files read because of the -propertyfile command line - option will get now resolved against other properties that are + option will now get resolved against other properties that are defined before the project starts executing (those from the same or - other propertfiles or defined via the -D option). + earlier -propertfiles or defined via the -D option). Bugzilla Report 18732. Changes from Ant 1.8.0 TO Ant 1.8.1