You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/05/17 13:31:15 UTC

ant git commit: some text fixes

Repository: ant
Updated Branches:
  refs/heads/master 54eeab675 -> d769172a1


some text fixes


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

Branch: refs/heads/master
Commit: d769172a135b19064dccb660b703ecf08f967e3e
Parents: 54eeab6
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun May 17 13:30:57 2015 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun May 17 13:30:57 2015 +0200

----------------------------------------------------------------------
 WHATSNEW | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/d769172a/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 5ab9b9c..b41189b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -89,7 +89,7 @@ Fixed bugs:
    This has been a breaking change that has never been marked as such
    (in fact it went unnoticed).  In order to allow <untar> and
    <tarfileset> to work on platforms who's encoding doesn't match the
-   encoding of file names inside the archive, the both now support
+   encoding of file names inside the archive, both now support
    encoding attributes.
    The attribute has also been added to <tar> for symmetry.
    Bugzilla Report 57822
@@ -97,7 +97,7 @@ Fixed bugs:
 Other changes:
 --------------
 
- * it is now possible to provide proxy configuration when to signjar
+ * it is now possible to provide proxy configuration to signjar
    when using the timestamped authority.
    Bugzilla Report 56678
 
@@ -121,7 +121,7 @@ Other changes:
    <ftp> and <get>.
    github pull requests #8 and #9
 
- * The <tar> package can now deal with group and user ids bigger than
+ * The tar package can now deal with group and user ids bigger than
    0x80000000.
    https://issues.apache.org/jira/browse/COMPRESS-314
    https://issues.apache.org/jira/browse/COMPRESS-315