Fix Typo
This commit is contained in:
parent
8f13b8575d
commit
059675666f
@ -118,7 +118,7 @@ std::array<unsigned char, ZlibDecompressor::nodesBlockSize> ZlibDecompressor::de
|
|||||||
switch (status)
|
switch (status)
|
||||||
{
|
{
|
||||||
case Z_MEM_ERROR:
|
case Z_MEM_ERROR:
|
||||||
throw DecompressError("not enought Memory");
|
throw DecompressError("not enough Memory");
|
||||||
break;
|
break;
|
||||||
case Z_BUF_ERROR:
|
case Z_BUF_ERROR:
|
||||||
throw DecompressError("Mapblock too big, buffer too small");
|
throw DecompressError("Mapblock too big, buffer too small");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user