소스 검색

AppSettings: correct a typo in the javadoc

Stephen Gold 5 년 전
부모
커밋
acc5cfa995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/system/AppSettings.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/system/AppSettings.java

@@ -920,7 +920,7 @@ public final class AppSettings extends HashMap<String, Object> {
      * 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)
      */