[clutter] Fix typo (textues)



commit 6d649ec6d11833022f7e1bca8efc30274315080f
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Mon Mar 16 12:57:33 2015 +0100

    Fix typo (textues)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746279

 clutter/deprecated/clutter-texture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/deprecated/clutter-texture.c b/clutter/deprecated/clutter-texture.c
index bf21d26..f970502 100644
--- a/clutter/deprecated/clutter-texture.c
+++ b/clutter/deprecated/clutter-texture.c
@@ -1773,7 +1773,7 @@ clutter_texture_set_from_yuv_data (ClutterTexture     *texture,
     {
       g_set_error (error, CLUTTER_TEXTURE_ERROR,
                   CLUTTER_TEXTURE_ERROR_BAD_FORMAT,
-                  _("YUV2 textues are not supported"));
+                  _("YUV2 textures are not supported"));
       return FALSE;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]