This commit is contained in:
Unknown 2018-04-23 16:48:32 +02:00
parent 8f13b8575d
commit 059675666f

View File

@ -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");