summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2014-12-03 23:19:33 (GMT)
committerfvogel <fvogelnew1@free.fr>2014-12-03 23:19:33 (GMT)
commit5ae511b6ddb51f744323c8de59110461bc0abe93 (patch)
treecc8c157aad3cc1ebc811b897353978e56b2b1d91 /tests
parent05ae8fc17ae07c1899ce079ee476c4ccf72edf38 (diff)
downloadtk-5ae511b6ddb51f744323c8de59110461bc0abe93.zip
tk-5ae511b6ddb51f744323c8de59110461bc0abe93.tar.gz
tk-5ae511b6ddb51f744323c8de59110461bc0abe93.tar.bz2
Fixed typos in comments
Diffstat (limited to 'tests')
-rw-r--r--tests/textDisp.test4
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