Repository: commons-compress Updated Branches: refs/heads/master 0d0dfb142 -> 71f33fc90
Correct spelling. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/e8999e2b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/e8999e2b Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/e8999e2b Branch: refs/heads/master Commit: e8999e2b17ffe1bfc90d0499461829970293703c Parents: 0d0dfb1 Author: Thomas Meyer <[email protected]> Authored: Sun Jan 15 17:48:24 2017 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Fri Jan 20 06:24:02 2017 +0100 ---------------------------------------------------------------------- .../org/apache/commons/compress/compressors/bzip2/BlockSort.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/e8999e2b/src/main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java b/src/main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java index 09c75d5..18c37cd 100644 --- a/src/main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java +++ b/src/main/java/org/apache/commons/compress/compressors/bzip2/BlockSort.java @@ -28,7 +28,7 @@ import java.util.BitSet; * blocksort.c in his libbzip2</p> * * <p>The Burrows-Wheeler transform is a reversible transform of the - * original data that is supposed to group similiar bytes close to + * original data that is supposed to group similar bytes close to * each other. The idea is to sort all permutations of the input and * only keep the last byte of each permutation. E.g. for "Commons * Compress" you'd get:</p>
