Fixes spelling in comments

This commit is contained in:
Andy Maloney
2016-12-07 21:31:51 -05:00
parent a3a1c82380
commit 0c7aac02eb
13 changed files with 29 additions and 29 deletions

View File

@@ -781,7 +781,7 @@ void LWOImporter::LoadLWO2Polygons(unsigned int length)
// Determine the type of the polygons
switch (type)
{
// read unsupported stuff too (although we wont process it)
// read unsupported stuff too (although we won't process it)
case AI_LWO_MBAL:
DefaultLogger::get()->warn("LWO2: Encountered unsupported primitive chunk (METABALL)");
break;