From 188965b11e1e32a77ef5d64b64a467289b4cba69 Mon Sep 17 00:00:00 2001 From: Squareys Date: Tue, 13 Mar 2018 22:20:01 +0100 Subject: [PATCH] Fix minor typo Signed-off-by: Squareys --- tiny_gltf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }