Fixed a typo in a doc string
authorAlexandre Quessy <alexandre@quessy.net>
Tue, 14 Dec 2010 22:45:45 +0000 (17:45 -0500)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 17 Dec 2010 13:37:05 +0000 (13:37 +0000)
http://bugzilla.clutter-project.org/show_bug.cgi?id=2485

clutter/clutter-deform-effect.c

index 5720db7..f90e70a 100644 (file)
@@ -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.
  *
  * <refsect2>
  *   <title>Implementing ClutterDeformEffect</title>