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 5569702d Spelling
5569702d is described below
commit 5569702d493cfc34ca701a9cb25cbbe41c8a7201
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:32:21 2023 -0500
Spelling
---
src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java
b/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java
index 87341d86..9345c971 100644
--- a/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java
+++ b/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java
@@ -114,7 +114,7 @@ public final class ZipTestCase extends AbstractTestCase {
IOUtils.readFully(expectedIs, expectedBuf);
IOUtils.readFully(actualIs, actualBuf);
}
- assertArrayEquals(expectedBuf, actualBuf); // Buffers are
larger than payload. dont care
+ assertArrayEquals(expectedBuf, actualBuf); // Buffers are
larger than payload. don't care
}
}