diff --git a/tiny_obj_loader.cc b/tiny_obj_loader.cc index 6ba4336..fb78074 100644 --- a/tiny_obj_loader.cc +++ b/tiny_obj_loader.cc @@ -650,7 +650,7 @@ std::string LoadObj(std::vector &shapes, assert(names.size() > 0); - // names[0] must be 'g', so skipt 0th element. + // names[0] must be 'g', so skip the 0th element. if (names.size() > 1) { name = names[1]; } else {