This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 fa251d65b fix typo
fa251d65b is described below
commit fa251d65b3eb253b58e28b68fd69a573c5cc7d04
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sun Aug 9 22:00:48 2026 +0530
fix typo
---
src/main/org/apache/tools/ant/util/DateUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/org/apache/tools/ant/util/DateUtils.java
b/src/main/org/apache/tools/ant/util/DateUtils.java
index 1edaecaee..ffaf68daa 100644
--- a/src/main/org/apache/tools/ant/util/DateUtils.java
+++ b/src/main/org/apache/tools/ant/util/DateUtils.java
@@ -397,7 +397,7 @@ public final class DateUtils {
}
/**
- * Name od the environment variable used to set timestamps for
reproducible builds.
+ * Name of the environment variable used to set timestamps for
reproducible builds.
*
* @see "https://reproducible-builds.org/docs/source-date-epoch/"
* @since Ant 1.10.18