From acc5cfa9954bdd6155c8ee30bc0133c8ee862dde Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Wed, 20 May 2020 12:11:42 -0700 Subject: [PATCH] AppSettings: correct a typo in the javadoc --- jme3-core/src/main/java/com/jme3/system/AppSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/system/AppSettings.java b/jme3-core/src/main/java/com/jme3/system/AppSettings.java index 07bbe5cdd..0b9cfc30e 100644 --- a/jme3-core/src/main/java/com/jme3/system/AppSettings.java +++ b/jme3-core/src/main/java/com/jme3/system/AppSettings.java @@ -920,7 +920,7 @@ public final class AppSettings extends HashMap { * be configured for sRGB colors, and sRGB images will be linearized. * * Gamma correction requires a GPU that supports GL_ARB_framebuffer_sRGB; - * otherwise this setting will be ignoreded. + * otherwise this setting will be ignored. * * @param gammaCorrection true to enable, false to disable (Default : true) */