Fix typo (textues)

https://bugzilla.gnome.org/show_bug.cgi?id=746279
This commit is contained in:
Anders Jonsson 2015-03-16 12:57:33 +01:00
parent 7016bff344
commit 6d649ec6d1

View File

@ -1773,7 +1773,7 @@ clutter_texture_set_from_yuv_data (ClutterTexture *texture,
{ {
g_set_error (error, CLUTTER_TEXTURE_ERROR, g_set_error (error, CLUTTER_TEXTURE_ERROR,
CLUTTER_TEXTURE_ERROR_BAD_FORMAT, CLUTTER_TEXTURE_ERROR_BAD_FORMAT,
_("YUV2 textues are not supported")); _("YUV2 textures are not supported"));
return FALSE; return FALSE;
} }