From c3313726f0c6911eee8709a15fe51ec0421d7422 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Tue, 14 Dec 2010 17:45:45 -0500 Subject: [PATCH] Fixed a typo in a doc string http://bugzilla.clutter-project.org/show_bug.cgi?id=2485 --- clutter/clutter-deform-effect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-deform-effect.c b/clutter/clutter-deform-effect.c index 5720db7aa..f90e70a93 100644 --- a/clutter/clutter-deform-effect.c +++ b/clutter/clutter-deform-effect.c @@ -37,7 +37,7 @@ * * #ClutterDeformEffect uses offscreen buffers to render the contents of * a #ClutterActor and then the Cogl vertex buffers API to submit the - * geomtry to the GPU. + * geometry to the GPU. * * * Implementing ClutterDeformEffect