mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixing spelling mistakes. Patch from josch, fixes #1759
This commit is contained in:
@@ -127,7 +127,7 @@ static bool extractCurrent(unzFile file, std::ostream & where)
|
||||
if (readSize == 0) // end-of-file. Also performs CRC check
|
||||
return unzCloseCurrentFile(file) == UNZ_OK;
|
||||
|
||||
if (readSize > 0) // successfull read
|
||||
if (readSize > 0) // successful read
|
||||
{
|
||||
where.write(buffer.data(), readSize);
|
||||
if (!where.good())
|
||||
|
||||
Reference in New Issue
Block a user