From a52fc1786a40640b5c0b37d6217521316b9802a9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 2 Sep 2021 14:58:39 +0200 Subject: [PATCH] typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 1fba75e03..7355945c3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -24,7 +24,7 @@ Other changes: * AntClassLoader now implements the ClassLoader#findResource(String) method. Github Pull Request #150 - * Ant tries to avoid file name canonicalization whne possible. + * Ant tries to avoid file name canonicalization when possible. Bugzilla Report 65499 Changes from Ant 1.10.10 TO Ant 1.10.11