cookbook: Fixed typo

Removed stray 'd' character.
This commit is contained in:
Elliot Smith 2010-07-06 17:14:22 +01:00
parent 7c67903a44
commit 9e5a18fea4

View File

@ -226,7 +226,7 @@ void on_paint (ClutterActor *actor, gpointer user_data);
<para>Whenever an Actor is going to be painted it will be positioned in <para>Whenever an Actor is going to be painted it will be positioned in
a new frame of reference according to the list of transformations a new frame of reference according to the list of transformations
(scaling, rotation and additional translations). After that, the "paint" (scaling, rotation and additional translations). After that, the "paint"
signal will be emitted.</para>d signal will be emitted.</para>
<para>The "paint" signal is defined as <emphasis>run-last</emphasis>, <para>The "paint" signal is defined as <emphasis>run-last</emphasis>,
that is the signal handlers connected to it using that is the signal handlers connected to it using