Repository: commons-compress Updated Branches: refs/heads/COMPRESS-380 32d507b02 -> 4b57823e9
fix typo, thanks @dweiss Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/4b57823e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/4b57823e Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/4b57823e Branch: refs/heads/COMPRESS-380 Commit: 4b57823e9675293f2055a3dc5145b77ccc0b55f2 Parents: 32d507b Author: Stefan Bodewig <bode...@apache.org> Authored: Tue Jan 9 13:26:22 2018 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Tue Jan 9 13:26:22 2018 +0100 ---------------------------------------------------------------------- .../java/org/apache/commons/compress/utils/BitInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/4b57823e/src/main/java/org/apache/commons/compress/utils/BitInputStream.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/utils/BitInputStream.java b/src/main/java/org/apache/commons/compress/utils/BitInputStream.java index d847eb9..8105075 100644 --- a/src/main/java/org/apache/commons/compress/utils/BitInputStream.java +++ b/src/main/java/org/apache/commons/compress/utils/BitInputStream.java @@ -102,7 +102,7 @@ public class BitInputStream implements Closeable { /** * Returns the number of bits that can be read from this input - * stream without readong from the underlying input stream at all. + * stream without reading from the underlying input stream at all. * @since 1.16 */ public int bitsCached() {