fix typos
This commit is contained in:
parent
85c0322313
commit
5b5f9a069a
6 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue