From dd8cab17750a696a5a046a44cdd3831bd159c2df Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 17 Jul 2008 15:00:27 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677602 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 3b17ff8e5..e9447d2a8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -73,7 +73,7 @@ Changes that could break older environments: If Ant now encounters a permission set of 0 it will assume that this is not the intended value and instead apply its own default values. Ant used to create entries with 0 permissions itself. - The family of tasks has a new attribute preservce0permissions + The family of tasks has a new attribute preserve0permissions that can be set to restore the old behavior. Bugzilla Report 42122.