This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new e63cde39a Fixed typo
e63cde39a is described below
commit e63cde39a39f8dfeab6fb73e26d8a474323a8500
Author: Maarten Coene <[email protected]>
AuthorDate: Sat Aug 22 21:37:44 2026 +0200
Fixed typo
---
WHATSNEW | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHATSNEW b/WHATSNEW
index 25a4ef031..23fb76db9 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -23,7 +23,7 @@ Other changes:
Part of Bugzilla Report 61269
* a new method getBuildDate in Project can now be used to calculate a
- notion of a "uild date" that consults the SOURCE_DATE_EPOCH environment
+ notion of a "build date" that consults the SOURCE_DATE_EPOCH environment
variable as well as the magic ant.tstamp.now and ant.tstamp.now.iso
properties in this order which you can use if you want to obtain a
reproducible timestamp in tasks you write yourself.