소스 검색

correct 2 more typographical errors in comments

Stephen Gold 7 년 전
부모
커밋
531ff4edb1
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      jme3-core/src/main/java/com/jme3/scene/debug/Arrow.java
  2. 1 1
      jme3-niftygui/src/main/java/com/jme3/niftygui/InputSystemJme.java

+ 2 - 2
jme3-core/src/main/java/com/jme3/scene/debug/Arrow.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2012 jMonkeyEngine
+ * Copyright (c) 2009-2018 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -56,7 +56,7 @@ public class Arrow extends Mesh {
         0.05f, 0, 0.9f, // tip right
         -0.05f, 0, 0.9f, // tip left
         0, 0.05f, 0.9f, // tip top
-        0, -0.05f, 0.9f, // tip buttom
+        0, -0.05f, 0.9f, // tip bottom
     };
 
     /**

+ 1 - 1
jme3-niftygui/src/main/java/com/jme3/niftygui/InputSystemJme.java

@@ -95,7 +95,7 @@ public class InputSystemJme implements InputSystem, RawInputListener {
 
     /**
      * @param height The height of the viewport. Used to convert
-     * buttom-left origin to upper-left origin.
+     * bottom-left origin to upper-left origin.
      */
     public void setHeight(int height) {
         this.height = height;