Minor spelling fix

This commit is contained in:
Alexander Lingtorp
2016-10-06 19:30:21 +02:00
parent 79513077f3
commit e4598ba84a

View File

@@ -91,7 +91,7 @@ typedef struct {
std::vector<std::string> stringValues;
} tag_t;
// Index struct to support differnt indices for vtx/normal/texcoord.
// Index struct to support different indices for vtx/normal/texcoord.
// -1 means not used.
typedef struct {
int vertex_index;