Fix minor typo

Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
Squareys 2018-03-13 22:20:01 +01:00
parent 179edbf054
commit 188965b11e

View File

@ -450,7 +450,7 @@ struct Image {
std::vector<unsigned char> 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; }