aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pointer.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pointer.nim b/src/pointer.nim
index ae11ce8..95032dd 100644
--- a/src/pointer.nim
+++ b/src/pointer.nim
@@ -10,7 +10,7 @@ randomize()
type
Pointer* = object
- x, y: int # The pointer's positiont
+ x, y: int # The pointer's position
dx, dy: int # The pointer's traveling delta
sox, soy: int # The storage offset
stringMode, lastCharWasSpace: bool # The string mode flags