summaryrefslogtreecommitdiffstats
path: root/tests/pack.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 13:31:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 13:31:25 (GMT)
commit970271359dd6eaa98def179692955efc9d387970 (patch)
tree4374617eea84da0b0c281f7df9d54a9ca69eb029 /tests/pack.test
parent65f9c65e9b4a62c03e4952cad4070a8b0ee488ab (diff)
downloadtk-970271359dd6eaa98def179692955efc9d387970.zip
tk-970271359dd6eaa98def179692955efc9d387970.tar.gz
tk-970271359dd6eaa98def179692955efc9d387970.tar.bz2
Excess spacing in test-suite
Diffstat (limited to 'tests/pack.test')
-rw-r--r--tests/pack.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.test b/tests/pack.test
index eac1562..cf62f7b 100644
--- a/tests/pack.test
+++ b/tests/pack.test
@@ -1541,7 +1541,7 @@ test pack-18.1 {unmap slaves when master unmapped} -constraints {
wm geometry .pack +100+100
- # On the PC, when the width/height is configured while the window is
+ # On the PC, when the width/height is configured while the window is
# unmapped, the changes don't take effect until the window is remapped.
# Who knows why?