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

@ -599,7 +599,7 @@ gtk_table_init (GtkTable *table)
* must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
* as well and is silently interpreted as 1.
*
* Returns: A pointer to the the newly created table widget.
* Returns: A pointer to the newly created table widget.
*
* Deprecated: 3.4: Use gtk_grid_new().
*/

View File

@ -84,7 +84,7 @@ gtk_buildable_set_name (GtkBuildable *buildable,
*
* Gets the name of the @buildable object.
*
* #GtkBuilder sets the name based on the the
* #GtkBuilder sets the name based on the
* <link linkend="BUILDER-UI">GtkBuilder UI definition</link>
* used to construct the @buildable.
*

View File

@ -183,7 +183,7 @@
* call to #GtkWidgetClass.get_preferred_height_for_width(). Returning
* a perfect height for width that is larger than the screen area is
* inconsequential since after the layouting receives an allocation
* from a scrolled window it simply continues to drive the the scrollbar
* from a scrolled window it simply continues to drive the scrollbar
* values while more and more height is required for the row heights
* that are calculated in the background.
* </para>

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.
*

View File

@ -2259,7 +2259,7 @@ gtk_icon_view_button_press (GtkWidget *widget,
&cell);
/*
* We consider only the the cells' area as the item area if the
* We consider only the cells' area as the item area if the
* item is not selected, but if it *is* selected, the complete
* selection rectangle is considered to be part of the item.
*/

View File

@ -494,7 +494,7 @@ check_compact_table (GtkIMContextSimple *context_simple,
}
/* This function receives a sequence of Unicode characters and tries to
* normalize it (NFC). We check for the case the the resulting string
* normalize it (NFC). We check for the case where the resulting string
* has length 1 (single character).
* NFC normalisation normally rearranges diacritic marks, unless these
* belong to the same Canonical Combining Class.