浏览代码

LwjglContext: correction to comment ("relevent" -> "relevant")

Stephen Gold 4 年之前
父节点
当前提交
83d66aee93
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglContext.java

+ 2 - 2
jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglContext.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2020 jMonkeyEngine
+ * Copyright (c) 2009-2021 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -252,7 +252,7 @@ public abstract class LwjglContext implements JmeContext {
     }
 
     /**
-     * Reinitializes the relevent details of the context. For internal use only.
+     * Reinitializes the relevant details of the context. For internal use only.
      */
     protected void reinitContext() {
         initContext(false);