You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2016/05/27 04:20:39 UTC

commons-compress git commit: typo in method name

Repository: commons-compress
Updated Branches:
  refs/heads/master 952a50372 -> 57107c019


typo in method name


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/57107c01
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/57107c01
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/57107c01

Branch: refs/heads/master
Commit: 57107c0192b3b4e279a3c7ddbce0234b71190266
Parents: 952a503
Author: Stefan Bodewig <bo...@apache.org>
Authored: Fri May 27 06:17:48 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Fri May 27 06:17:48 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/57107c01/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5af4506..4a46e25 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,7 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
         entry name ended with a slash.
       </action>
       <action issue="COMPRESS-357" type="fix" date="2016-05-26">
-        BZip2CompressorOutputStream#finished is now synchronized to
+        BZip2CompressorOutputStream#finish is now synchronized to
         avoid a race condition with the finalize method.
       </action>
     </release>