From 3ce577022e6aa60843c74051787f9f941b163b32 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 19 Oct 2010 20:48:23 +0000 Subject: [PATCH] fixing typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1024407 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 81a78d7b4..d9aa5e0e0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -146,7 +146,7 @@ Fixed bugs: from a resource or string explicitly. Bugzilla Report 49587. - * Project#setDefault threw an excpetion when null was passed in as + * Project#setDefault threw an exception when null was passed in as argument, even though the javadoc says, null is a valid value. Bugzilla Report 49803.