From c71dfa216290f92ec5f82564d75df0a5fbafab6a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 May 2015 12:36:28 +0100 Subject: [PATCH] docs: Remove stray XML element We moved to Markdown a while ago, but a stray was left in. --- clutter/deprecated/clutter-texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/deprecated/clutter-texture.c b/clutter/deprecated/clutter-texture.c index 5aa098e70..bf21d2660 100644 --- a/clutter/deprecated/clutter-texture.c +++ b/clutter/deprecated/clutter-texture.c @@ -2567,7 +2567,7 @@ fbo_source_queue_relayout_cb (ClutterActor *source, * data and end redirection. * - cogl_texture_get_data() with the handle returned by * clutter_texture_get_cogl_texture() can be used to read the - * offscreen texture pixels into a pixbuf. + * offscreen texture pixels into a pixbuf. * * Return value: A newly created #ClutterTexture object, or %NULL on failure. *