Fix a typo in the the comments

https://bugzilla.gnome.org/show_bug.cgi?id=682724
This commit is contained in:
William Jon McCann
2012-08-26 22:52:08 +08:00
committed by Javier Jardón
parent 45cc254431
commit b3a65248f5
6 changed files with 8 additions and 8 deletions

View File

@ -222,7 +222,7 @@ gtk_editable_insert_text (GtkEditable *editable,
*
* Deletes a sequence of characters. The characters that are deleted are
* those characters at positions from @start_pos up to, but not including
* @end_pos. If @end_pos is negative, then the the characters deleted
* @end_pos. If @end_pos is negative, then the characters deleted
* are those from @start_pos to the end of the text.
*
* Note that the positions are specified in characters, not bytes.
@ -247,7 +247,7 @@ gtk_editable_delete_text (GtkEditable *editable,
*
* Retrieves a sequence of characters. The characters that are retrieved
* are those characters at positions from @start_pos up to, but not
* including @end_pos. If @end_pos is negative, then the the characters
* including @end_pos. If @end_pos is negative, then the characters
* retrieved are those characters from @start_pos to the end of the text.
*
* Note that positions are specified in characters, not bytes.
@ -367,7 +367,7 @@ gtk_editable_delete_selection (GtkEditable *editable)
*
* Selects a region of text. The characters that are selected are
* those characters at positions from @start_pos up to, but not
* including @end_pos. If @end_pos is negative, then the the
* including @end_pos. If @end_pos is negative, then the
* characters selected are those characters from @start_pos to
* the end of the text.
*