Fixed typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2007-09-06 16:17:08 +00:00
parent 4f422578c0
commit 5f380e3415
@@ -725,7 +725,7 @@ TestCase gTestCases[] = {
{ "Test DrawBitmap", testDrawBitmap },
{ "Test DrawBitmapAtPoint", testDrawBitmapAtPoint },
{ "Test DrawBitmapAtRect", testDrawBitmapAtRect },
{ "Test DrawDrawLargeBitmap", testDrawLargeBitmap },
{ "Test DrawLargeBitmap", testDrawLargeBitmap },
{ "Test ConstrainClippingRegion", testConstrainClippingRegion },
{ "Test ClipToPicture", testClipToPicture },
{ "Test ClipToInversePicture", testClipToInversePicture },