spelling: compatible

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:46:53 -04:00
committed by Jindra Petřík
parent 242fcf726d
commit 49621808ea

View File

@@ -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