diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-01 09:13:43 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-01 09:13:43 +0100 |
commit | b1c5b72bb4bb5f3e116255f9d04b368137ff25f7 (patch) | |
tree | 021c189dd08d8f12fc224576b69fd61c96e7f5b3 | |
parent | 569a5eaaef9a5c8bf50f1323fe39e81347976875 (diff) |
Fix typos in descriptions of -compwinwin{1,5}00.
-rw-r--r-- | do_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}}, |