mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
typo in error message
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user