fix typos

This commit is contained in:
Brenton Bostick 2022-12-01 09:24:33 -05:00
parent 85c0322313
commit 5b5f9a069a
6 changed files with 7 additions and 7 deletions

View file

@ -667,7 +667,7 @@ static int testPacket()
std::cout << "(compressed: " << complen << ", decompressed: " << a.size() << ") ";
if (a != b) {
std::cout << "FAIL (compresssion)" << std::endl;
std::cout << "FAIL (compression)" << std::endl;
return -1;
}