Fix typo in comment

This commit is contained in:
tyfkda
2016-07-13 05:12:41 +09:00
parent d00bff1307
commit 029f9c378e

View File

@@ -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) {