basetextoverlay: fix typo in debug log message
authorPrashant Gotarne <ps.gotarne@samsung.com>
Fri, 18 Sep 2015 04:18:18 +0000 (09:48 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 18 Sep 2015 07:50:52 +0000 (08:50 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=755198

ext/pango/gstbasetextoverlay.c

index b373ef7..bde4303 100644 (file)
@@ -1624,7 +1624,7 @@ gst_base_text_overlay_render_pangocairo (GstBaseTextOverlay * overlay,
   }
 
   GST_DEBUG_OBJECT (overlay, "Rendering with ink rect (%d, %d) %dx%d and "
-      "locial rect (%d, %d) %dx%d", ink_rect.x, ink_rect.y, ink_rect.width,
+      "logical rect (%d, %d) %dx%d", ink_rect.x, ink_rect.y, ink_rect.width,
       ink_rect.height, logical_rect.x, logical_rect.y, logical_rect.width,
       logical_rect.height);
   GST_DEBUG_OBJECT (overlay, "Rendering with width %d and height %d "