1
0
Fork 0

Fixed a typo in a doc string

http://bugzilla.clutter-project.org/show_bug.cgi?id=2485
This commit is contained in:
Alexandre Quessy 2010-12-14 17:45:45 -05:00 committed by Emmanuele Bassi
parent 140f818fb1
commit c3313726f0

View file

@ -37,7 +37,7 @@
* *
* #ClutterDeformEffect uses offscreen buffers to render the contents of * #ClutterDeformEffect uses offscreen buffers to render the contents of
* a #ClutterActor and then the Cogl vertex buffers API to submit the * a #ClutterActor and then the Cogl vertex buffers API to submit the
* geomtry to the GPU. * geometry to the GPU.
* *
* <refsect2> * <refsect2>
* <title>Implementing ClutterDeformEffect</title> * <title>Implementing ClutterDeformEffect</title>