From ecc419467f3825a148566888a64994e3dda03a8b Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sun, 21 Mar 2021 09:44:57 +0530 Subject: [PATCH] fix typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 2036b94a2..706d76ebd 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -69,7 +69,7 @@ Other changes: task. Bugzilla Report 65089 - * added new disardOutput and discardError properties to redirector + * added new discardOutput and discardError properties to redirector and the exec, apply and java tasks which can be used to completely discard any (error) output. This is a platform independent alternative to directiong output to any kind of null device.