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

@ -4987,7 +4987,7 @@ clutter_text_get_chars (ClutterText *self,
* mode.
*
* A text actor in single line mode will not wrap text and will clip
* the the visible area to the predefined size. The contents of the
* the visible area to the predefined size. The contents of the
* text actor will scroll to display the end of the text if its length
* is bigger than the allocated width.
*