summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbachmann <simonbachmann@bluewin.ch>2017-04-09 08:27:06 (GMT)
committersimonbachmann <simonbachmann@bluewin.ch>2017-04-09 08:27:06 (GMT)
commit6e1042836324712a2f6fc10b471ade87872857ba (patch)
tree2ba77cfee9c21f94196c73de8247e880113441be /tests
parent22ca2464a487b556212613eb0727e34a3e8c94dc (diff)
parent651956e6beb8a77b5baa89b9bf08aed5e1a93c93 (diff)
downloadtk-6e1042836324712a2f6fc10b471ade87872857ba.zip
tk-6e1042836324712a2f6fc10b471ade87872857ba.tar.gz
tk-6e1042836324712a2f6fc10b471ade87872857ba.tar.bz2
merge trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/color.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/color.test b/tests/color.test
index 4e7adfc..4cdaf23 100644
--- a/tests/color.test
+++ b/tests/color.test
@@ -93,14 +93,14 @@ proc colorsFree {w {red 31} {green 245} {blue 192}} {
# -- WARNING (SB, 6.4.2017) --
#
# The if block below looks _very_ outdated. It didn't get any
-# substatial changes as far back as the fossil history goes. It might
+# substantial changes as far back as the fossil history goes. It might
# be from a time, when 256 color was the best you could get! :-o.
#
# The problem is, on machines with a fancy 24 truecolor display, the
# 'colorsFree' constraint doesn't get set, turning off pretty much every test
# in this file.
-if {[testConstraint psuedocolor8]} {
+if {[testConstraint pseudocolor8]} {
toplevel .t -visual {pseudocolor 8} -colormap new
wm geom .t +0+0
mkColors .t.c 40 6 0 0 0 0 6 0 0 0 40