Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-05-14 08:23:36 +02:00
9 changed files with 33 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ public class ZipHeaderPeekInputStreamTests {
}
@Test
public void hasZipHeaderReturnsFalseWheStreamDoesNotStartWithZipHeader()
public void hasZipHeaderReturnsFalseWhenStreamDoesNotStartWithZipHeader()
throws IOException {
try (ZipHeaderPeekInputStream in = new ZipHeaderPeekInputStream(
new ByteArrayInputStream(new byte[] { 0, 1, 2, 3, 4, 5 }))) {