meta-shaped-texture: Fix typo

This commit is contained in:
Adel Gadllah 2014-02-21 11:24:42 +01:00
parent 0054e637cc
commit a7fa90b750

View File

@ -720,7 +720,7 @@ set_cogl_texture (MetaShapedTexture *stex,
}
else
{
/* size changed to 0 going to an inavlid texture */
/* size changed to 0 going to an invalid texture */
priv->tex_width = 0;
priv->tex_height = 0;
clutter_actor_queue_relayout (CLUTTER_ACTOR (stex));