summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-10-29 13:06:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-10-29 13:06:21 (GMT)
commitf5801885367dfe6ab9b32ca9ae8710cc14dc6448 (patch)
tree125a7ccb8cb5ecff4efad4f8209dee18dea45663 /tests/textDisp.test
parentfb83bfe48bb85cf3ec8445e0c73839a5b2ddc7c2 (diff)
downloadtk-f5801885367dfe6ab9b32ca9ae8710cc14dc6448.zip
tk-f5801885367dfe6ab9b32ca9ae8710cc14dc6448.tar.gz
tk-f5801885367dfe6ab9b32ca9ae8710cc14dc6448.tar.bz2
Remove a word in comment, making it more general.
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r--tests/textDisp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index de6fd22..613a990 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -77,7 +77,7 @@ set ascentDiff [expr {$bigAscent - $fixedAscent}]
set heightDiff [expr {$bigHeight - $fixedHeight}]
# On Windows at least, the tests do work with {Courier -10}, {Courier -12} or {Courier -14} as fixedFont.
-# Warn the user if the actual font size is too different from what was requested.
+# Warn the user if the actual font is too different from what was requested.
if {[font metrics [font actual $fixedFont] -fixed] != 1} {
puts "---> Warning: the font actually used by the tests, which is \"[font actual $fixedFont]\",\
does not seem to be a fixed-width font as expected. If this is really the case, many upcoming\