From 941e7d8d63944aca532f64fd60a67b8dbc3540dc Mon Sep 17 00:00:00 2001 From: gb Date: Thu, 18 Mar 2010 12:52:58 +0000 Subject: [PATCH] Fix typo. --- tests/test-windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-windows.c b/tests/test-windows.c index e09fd77..745208b 100644 --- a/tests/test-windows.c +++ b/tests/test-windows.c @@ -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"); -- 2.7.4