Merge pull request #4573 from tyfkda/feature/fix-typo2

Fix typo in comment
This commit is contained in:
Ben Fry
2016-07-28 19:39:49 -04:00
committed by GitHub
@@ -634,7 +634,7 @@ public class JavaTextArea extends JEditTextArea {
* Sets default cursor (instead of text cursor) in the gutter area.
*/
protected final MouseMotionAdapter gutterCursorMouseAdapter = new MouseMotionAdapter() {
private int lastX; // previous horizontal positon of the mouse cursor
private int lastX; // previous horizontal position of the mouse cursor
@Override
public void mouseMoved(MouseEvent me) {