summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-07-31 10:55:10 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-07-31 10:55:10 (GMT)
commitc0f424e83368ffde47b4c3a60e651985ffa9f52e (patch)
tree8d175df4e49bdd16272e609fa7c23109d45d39b1 /tests/textDisp.test
parent028981cf509a822333e47ddadaf85ead2f88cce3 (diff)
downloadtk-c0f424e83368ffde47b4c3a60e651985ffa9f52e.zip
tk-c0f424e83368ffde47b4c3a60e651985ffa9f52e.tar.gz
tk-c0f424e83368ffde47b4c3a60e651985ffa9f52e.tar.bz2
Fix typos in comments.
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r--tests/textDisp.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index fc8996f..97c41e7 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -619,7 +619,7 @@ test textDisp-2.25 {LayoutDLine, tabs, breaking chunks at tabs} {
[lindex [.t bbox 1.6] 0] [lindex [.t bbox 1.8] 0]]
lequal $res $expected
} {1}
-# Next test is currently constrained to no run on mac (aqua) because on
+# Next test is currently constrained to not run on mac (aqua) because on
# aqua it fails due to wrong implementation of tabs with right justification
# (the text is not rendered at all). This is a bug.
test textDisp-2.26 {LayoutDLine, tabs, breaking chunks at tabs} {notAqua} {
@@ -3841,7 +3841,7 @@ test textDisp-24.23 {TkTextCharLayoutProc, word breaks} {
catch {destroy .t.f}
.t configure -width 20
updateText
-# Next test is currently constrained to no run on mac (aqua) because on
+# Next test is currently constrained to not run on mac (aqua) because on
# aqua it fails due to wrong implementation of tabs with right justification
# (the text is not rendered at all). This is a bug.
test textDisp-24.24 {TkTextCharLayoutProc, justification and tabs} notAqua {