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

@@ -57,7 +57,7 @@ using namespace Assimp::Formatter;
// Constructor
SplitByBoneCountProcess::SplitByBoneCountProcess()
{
// set default, might be overriden by importer config
// set default, might be overridden by importer config
mMaxBoneCount = AI_SBBC_DEFAULT_MAX_BONES;
}