From 9dc6028b3daa325e8ebb667a1b0b582a4b4fdf64 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 4 Nov 2013 21:41:27 -0500 Subject: [PATCH] trivial: shaped-texture: Fix documentation typo --- src/compositor/meta-shaped-texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c index 552bdbbea..e47c9296c 100644 --- a/src/compositor/meta-shaped-texture.c +++ b/src/compositor/meta-shaped-texture.c @@ -770,8 +770,8 @@ get_clip (MetaShapedTexture *stex, * has a mapped clone) * * Repairs the damaged area indicated by @x, @y, @width and @height - * and queues a redraw for the intersection @visibible_region and - * the damage area. If @visibible_region is %NULL a redraw will always + * and queues a redraw for the intersection @unobscured_region and + * the damage area. If @unobscured_region is %NULL a redraw will always * get queued. * * Return value: Whether a redraw have been queued or not