Fix typo.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Thu, 18 Mar 2010 12:52:58 +0000 (12:52 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Thu, 18 Mar 2010 12:52:58 +0000 (12:52 +0000)
tests/test-windows.c

index e09fd77..745208b 100644 (file)
@@ -197,7 +197,7 @@ main(int argc, char *argv[])
     if (!image)
         g_error("could not create Gst/VA image");
     if (!draw_rgb_rects(image))
-        g_error("could not draw RGB rectangels");
+        g_error("could not draw RGB rectangles");
 
     if (!gst_vaapi_surface_put_image(surface, image))
         g_error("could not upload image");