spelling: compatible

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 242fcf726d
commit 49621808ea
@@ -86,7 +86,7 @@ public class SerializableImage implements Serializable {
return image;
}
public BufferedImage getComatibleBufferedImage() {
public BufferedImage getCompatibleBufferedImage() {
BufferedImage img = getBufferedImage();
if (GraphicsEnvironment.isHeadless()) { //No GUI, no compatible image