diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index 228e819..e4d4a19 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -91,7 +91,7 @@ typedef struct { std::vector 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;