From Joakim Simmonsson, fixed various spelling typos in comments

This commit is contained in:
Robert Osfield
2008-07-11 17:41:50 +00:00
parent 161e01dc5d
commit 1489eeb228
14 changed files with 25 additions and 25 deletions

View File

@@ -494,7 +494,7 @@ FltExportVisitor::writeVertexList( int first, unsigned int count )
unsigned int idx;
for( idx=0; idx<count; idx++)
// I'm imaginining that 'first' will be a 0-based index into the
// I'm imagining that 'first' will be a 0-based index into the
// 'current' set of vertices held by the vertex palette manager.
_records->writeInt32( _vertexPalette->byteOffset( first+idx ) );
@@ -509,7 +509,7 @@ FltExportVisitor::writeVertexList( const std::vector<unsigned int>& indices, uns
unsigned int idx;
for( idx=0; idx<count; idx++)
// I'm imaginining that 'first' will be a 0-based index into the
// I'm imagining that 'first' will be a 0-based index into the
// 'current' set of vertices held by the vertex palette manager.
_records->writeInt32( _vertexPalette->byteOffset( indices[ idx ] ) );