diff options
author | fvogelnew1@free.fr <fvogel> | 2014-12-03 23:19:33 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2014-12-03 23:19:33 (GMT) |
commit | 0855b6f8217539dfb2ca7a6bc5a2991532029ed1 (patch) | |
tree | 6ad8685d458b9f182d8a07040bd03670c41b32c6 /tests/textDisp.test | |
parent | 6ef1670ab244adb35b7b18a5965f56ad106ed210 (diff) | |
download | tk-0855b6f8217539dfb2ca7a6bc5a2991532029ed1.zip tk-0855b6f8217539dfb2ca7a6bc5a2991532029ed1.tar.gz tk-0855b6f8217539dfb2ca7a6bc5a2991532029ed1.tar.bz2 |
Fixed typos in comments
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r-- | tests/textDisp.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test index a3f9ae9..3b5eca2 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -1458,7 +1458,7 @@ test textDisp-11.15 {TkTextSetYView, only a few lines visible} { update .top.t see 11.0 .top.t index @0,0 - # Thie index 9.0 should be just visible by a couple of pixels + # The index 9.0 should be just visible by a couple of pixels } {9.0} test textDisp-11.16 {TkTextSetYView, only a few lines visible} { .top.t yview 8.0 @@ -1471,7 +1471,7 @@ test textDisp-11.17 {TkTextSetYView, only a few lines visible} { update .top.t see 4.0 .top.t index @0,0 - # Thie index 2.0 should be just visible by a couple of pixels + # The index 2.0 should be just visible by a couple of pixels } {2.0} destroy .top |