Repository: ant
Updated Branches:
  refs/heads/master 83c2411e3 -> 46b671665


fix incorrect description of default value


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/b5e3a6d7
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/b5e3a6d7
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/b5e3a6d7

Branch: refs/heads/master
Commit: b5e3a6d79473f19f54c0e6187a94443af22b3051
Parents: 021bcdd
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon Apr 30 15:36:51 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon Apr 30 15:37:15 2018 +0200

----------------------------------------------------------------------
 manual/Tasks/unzip.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/b5e3a6d7/manual/Tasks/unzip.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html
index bf607b5..95b3afd 100644
--- a/manual/Tasks/unzip.html
+++ b/manual/Tasks/unzip.html
@@ -144,7 +144,7 @@ archive.</p>
       to be outside of the dest directory.
       <em>since Ant 1.9.12</em></td>
     <td valign="top" align="center">No, defaults to false unless
-    stripAbsolutePathSpec is true and the entry's name starts with a leading
+    stripAbsolutePathSpec is false and the entry's name starts with a leading
     path spec.</td>
   </tr>
 </table>

Reply via email to