tuikit/widgets/textbox.py
changeset 113 6796adfdc7eb
parent 112 ce2e67e7bbb8
parent 108 11dac45bfba4
child 118 8c7970520632
--- a/tuikit/widgets/textbox.py	Wed Sep 03 19:17:04 2014 +0200
+++ b/tuikit/widgets/textbox.py	Wed Sep 03 21:56:20 2014 +0200
@@ -15,7 +15,7 @@
         self.text = text
 
         self._cursor_visible = True
-        # This variable rememberes horizontal cursor position
+        # This variable remembers horizontal cursor position
         # for the case when cursor moves to shorter line.
         self.cursor_column = 0
         # selection - line and column of selection start