Skip to content

Commit 46ae47c

Browse files
committed
Fix typo
1 parent e22466a commit 46ae47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/CompressedInputStream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void CompressedInputStream::readHeader()
285285
_hasher64 = new XXHash64(BITSTREAM_TYPE);
286286
}
287287
else if (ckSize == 3) {
288-
throw IOException("Invalid bitsreamm, incorrect block checksum size",
288+
throw IOException("Invalid bitstream, incorrect block checksum size",
289289
Error::ERR_INVALID_FILE);
290290
}
291291
}

0 commit comments

Comments
 (0)