Skip to content

Commit 35b8328

Browse files
committed
typo in error message
1 parent 606da13 commit 35b8328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/opengl/PJOGL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ public String getProgramInfoLog(int program) {
16781678
gl2.glGetProgramInfoLog(program, length, val, 0, log, 0);
16791679
return new String(log);
16801680
} else {
1681-
return "Unknow error";
1681+
return "Unknown error";
16821682
}
16831683
}
16841684

0 commit comments

Comments
 (0)