diff --git a/tiny_gltf.h b/tiny_gltf.h index c38f815..460c637 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -450,7 +450,7 @@ struct Image { std::vector image; int bufferView; // (required if no uri) std::string mimeType; // (required if no uri) ["image/jpeg", "image/png", "image/bmp", "image/gif"] - std::string uri; // (reqiored if no mimeType) + std::string uri; // (required if no mimeType) Value extras; Image() { bufferView = -1; }