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 ecc4194 fix typo
ecc4194 is described below
commit ecc419467f3825a148566888a64994e3dda03a8b
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sun Mar 21 09:44:57 2021 +0530
fix typo
---
WHATSNEW | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHATSNEW b/WHATSNEW
index 2036b94..706d76e 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.