Fixed "the the" repetitions in some doc strings

http://bugzilla.clutter-project.org/show_bug.cgi?id=2450
This commit is contained in:
Alexandre Quessy
2010-11-25 13:13:51 -05:00
committed by Emmanuele Bassi
parent 3729e47ef6
commit 01b93537ab
7 changed files with 9 additions and 9 deletions

View File

@ -2082,7 +2082,7 @@ clutter_actor_set_anchor_point (actor, 50.0, 0.0);
<para> A <type>ClutterAnimator</type> is
used to move each of the rectangles to <code>x = 225.0</code>.
Although the three rectangles move to the same position on the
<varname>x</varname> axis, it's actually the the anchor points
<varname>x</varname> axis, it's actually the anchor points
which are at the same position. These all align on the
<varname>x</varname> axis with the left-hand edge of the green
rectangle.</para>

View File

@ -39,7 +39,7 @@
the source of the event;</para></listitem>
<listitem><para>the <emphasis>bubble</emphasis> phase, which consists
in an emission of the <emphasis>event</emphasis> signal starting from
the the source of the event to, following the parent-child
the source of the event to, following the parent-child
relationship, the stage.</para></listitem>
</orderedlist>