Author: bodewig
Date: Wed Jun 16 15:27:02 2010
New Revision: 955266
URL: http://svn.apache.org/viewvc?rev=955266&view=rev
Log:
typos
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=955266&r1=955265&r2=955266&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Jun 16 15:27:02 2010
@@ -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