master
Unknown 2018-04-23 16:48:32 +02:00
parent 8f13b8575d
commit 059675666f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ std::array<unsigned char, ZlibDecompressor::nodesBlockSize> ZlibDecompressor::de
switch (status)
{
case Z_MEM_ERROR:
throw DecompressError("not enought Memory");
throw DecompressError("not enough Memory");
break;
case Z_BUF_ERROR:
throw DecompressError("Mapblock too big, buffer too small");