cookbook: Fixed typo
authorElliot Smith <elliot.smith@intel.com>
Tue, 6 Jul 2010 16:14:22 +0000 (17:14 +0100)
committerElliot Smith <elliot.smith@intel.com>
Tue, 6 Jul 2010 16:20:43 +0000 (17:20 +0100)
Removed stray 'd' character.

doc/cookbook/actors.xml

index 570009b..02f28d9 100644 (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
       a new frame of reference according to the list of transformations
       (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>,
       that is the signal handlers connected to it using