This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new eff3a5c0 Fix spelling
eff3a5c0 is described below

commit eff3a5c0104fc1798bba0d1006b5c6fdf7b648e8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 07:45:11 2023 -0400

    Fix spelling
---
 .../commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
 
b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
index f29f2251..11eb2493 100644
--- 
a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
@@ -533,7 +533,7 @@ public class BZip2CompressorOutputStream extends 
CompressorOutputStream
          * is about 2.0e-3 for 32 bits, 1.0e-5 for 40 bits and 4.0e-8 for 48
          * bits. For a compressed file of size 100Gb -- about 100000 blocks --
          * only a 48-bit marker will do. NB: normal compression/ decompression
-         * donot rely on these statistical properties. They are only important
+         * doesn't rely on these statistical properties. They are only 
important
          * when trying to recover blocks from damaged files.
          */
         bsPutUByte(0x31);

Reply via email to