Skip to content

Commit

Permalink
correct a typographical errors in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 18, 2018
1 parent 3cd8ed2 commit 717e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nifty/src/main/java/com/jme3/niftygui/InputSystemJme.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void reset() {

/**
* @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;
Expand Down

0 comments on commit 717e7cf

Please sign in to comment.