From a7fa90b750ecb4c73e0816e90358a05506ec8674 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 21 Feb 2014 11:24:42 +0100 Subject: [PATCH] meta-shaped-texture: Fix typo --- src/compositor/meta-shaped-texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c index fc6aba1c5..67b146e01 100644 --- a/src/compositor/meta-shaped-texture.c +++ b/src/compositor/meta-shaped-texture.c @@ -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));