From 6f3185926cb4b1fa7f76c0541f2cba0eb5085c79 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 4 Feb 2015 11:11:13 +0100 Subject: [PATCH] typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 1c2721d56..5c78ad10c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -60,7 +60,7 @@ Fixed bugs: when applied to big outputs. Bugzilla Report 57341 - * removed spurious warning about inclosed ZipFiles when reading the + * removed spurious warning about unclosed ZipFiles when reading the archive failed. Port of https://issues.apache.org/jira/browse/COMPRESS-297