From c0f424e83368ffde47b4c3a60e651985ffa9f52e Mon Sep 17 00:00:00 2001 From: fvogel Date: Sat, 31 Jul 2021 10:55:10 +0000 Subject: Fix typos in comments. --- tests/textDisp.test | 4 ++-- 1 file 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 { -- cgit v0.12