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

@@ -182,7 +182,7 @@ void Discreet3DSImporter::InternReadFile( const std::string& pFile,
ParseMainChunk();
// Process all meshes in the file. First check whether all
// face indices haev valid values. The generate our
// face indices have valid values. The generate our
// internal verbose representation. Finally compute normal
// vectors from the smoothing groups we read from the
// file.
@@ -679,7 +679,7 @@ void Discreet3DSImporter::ParseHierarchyChunk(uint16_t parent)
if ( pcNode)
{
// if the source is not a CHUNK_TRACKINFO block it wont be an object instance
// if the source is not a CHUNK_TRACKINFO block it won't be an object instance
if (parent != Discreet3DS::CHUNK_TRACKINFO)
{
mCurrentNode = pcNode;