typo in error message

This commit is contained in:
codeanticode
2015-10-07 10:58:18 -04:00
parent 85fc361ce3
commit f21f12ac62

View File

@@ -1678,7 +1678,7 @@ public class PJOGL extends PGL {
gl2.glGetProgramInfoLog(program, length, val, 0, log, 0);
return new String(log);
} else {
return "Unknow error";
return "Unknown error";
}
}