summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-11-01 09:13:43 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2007-11-01 09:13:43 +0100
commitb1c5b72bb4bb5f3e116255f9d04b368137ff25f7 (patch)
tree021c189dd08d8f12fc224576b69fd61c96e7f5b3
parent569a5eaaef9a5c8bf50f1323fe39e81347976875 (diff)
Fix typos in descriptions of -compwinwin{1,5}00.
-rw-r--r--do_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/do_tests.c b/do_tests.c
index 189a219..b5e6d55 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -1241,11 +1241,11 @@ Test test[] = {
InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin,
VERSION1_6, COMP, 0,
{4, 10}},
- {"-compwinwin100", "Composite 10x10 from window to window", NULL,
+ {"-compwinwin100", "Composite 100x100 from window to window", NULL,
InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin,
VERSION1_6, COMP, 0,
{4, 100}},
- {"-compwinwin500", "Composite 10x10 from window to window", NULL,
+ {"-compwinwin500", "Composite 500x500 from window to window", NULL,
InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin,
VERSION1_6, COMP, 0,
{4, 500}},