This is an automated email from the ASF dual-hosted git repository.
jaikiran 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 537f5ebce fix typo
537f5ebce is described below
commit 537f5ebcea80b4ec914d3f389409c6170081971c
Author: Jaikiran Pai <[email protected]>
AuthorDate: Tue Mar 24 09:58:16 2026 +0530
fix typo
---
WHATSNEW | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHATSNEW b/WHATSNEW
index 3d00b852b..80888ed77 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -28,7 +28,7 @@ Changes that could break older environments:
* Ant now recognizes Windows junctions and treats them just like
symbolic links in general. With this builds on Windows that use
- followSymlinks="false" and rely on Ant following Windowss junctions
+ followSymlinks="false" and rely on Ant following Windows junctions
will break. In order to get the old behavior you need to set
followSymlinks to true and exclude real symbolic links via the
<symlink> selector.