Skip to content

Commit 045fbfe

Browse files
authored
fix typo in lib/info.c (KhronosGroup#657)
1 parent 18ab151 commit 045fbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ printKTXInfo2(ktxStream* stream, KTX_header* pHeader)
200200
fprintf(stdout, "The KTX 1 file pHeader is invalid:\n");
201201
switch (result) {
202202
case KTX_FILE_DATA_ERROR:
203-
fprintf(stdout, " it has invalid data such as bad glTypSize, improper dimensions,\n"
203+
fprintf(stdout, " it has invalid data such as bad glTypeSize, improper dimensions,\n"
204204
"improper number of faces or too many levels.\n");
205205
break;
206206
case KTX_UNSUPPORTED_TEXTURE_TYPE:

0 commit comments

Comments
 (0)