Repository: commons-compress Updated Branches: refs/heads/master c82dc1fc6 -> 97998ffa3
typo, and clarify what "block" means Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/97998ffa Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/97998ffa Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/97998ffa Branch: refs/heads/master Commit: 97998ffa369f30f3956ffef534f7387f4825b5ea Parents: c82dc1f Author: Stefan Bodewig <bode...@apache.org> Authored: Sun Oct 8 18:59:11 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun Oct 8 18:59:11 2017 +0200 ---------------------------------------------------------------------- .../commons/compress/utils/FixedLengthBlockOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/97998ffa/src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java b/src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java index ffe0e3f..d9f2f80 100644 --- a/src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java +++ b/src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java @@ -170,7 +170,7 @@ public class FixedLengthBlockOutputStream extends OutputStream implements Writab } /** - * Potentialy pads and then writes the block to the underlying stream. + * Potentially pads and then writes the current block to the underlying stream. * @throws IOException if writing fails */ public void flushBlock() throws IOException {