Skip to content

Commit 36bb1d3

Browse files
committed
Fix typo in comment
1 parent 4ae8946 commit 36bb1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/pdex/JavaTextArea.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ public int xToOffset(int line, int x) {
634634
* Sets default cursor (instead of text cursor) in the gutter area.
635635
*/
636636
protected final MouseMotionAdapter gutterCursorMouseAdapter = new MouseMotionAdapter() {
637-
private int lastX; // previous horizontal positon of the mouse cursor
637+
private int lastX; // previous horizontal position of the mouse cursor
638638

639639
@Override
640640
public void mouseMoved(MouseEvent me) {

0 commit comments

Comments
 (0)