From 277906b568e6a6a35b593987f0a5a75a60564d09 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 5 Apr 2018 11:29:07 +0200 Subject: [PATCH] typo fix --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index dff8f7ce7..0c91829a4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -4,7 +4,7 @@ Changes from Ant 1.10.3 TO Ant 1.10.4 Fixed bugs: ----------- - * Delay the class initialization of the test classes untill they are + * Delay the class initialization of the test classes until they are passed to JUnit. This way we can avoid that failing static initializers from non-test classes are reported as error when the 'skipNonTests' option is 'true'.