Fix numerous misspellings of possessive "its". (#110027, Doug Quale)

This commit is contained in:
Matthias Clasen
2003-04-07 00:16:43 +00:00
parent 065df1c008
commit c4dd1bd3f9
21 changed files with 59 additions and 22 deletions

View File

@ -118,7 +118,7 @@ gtk_tree_selection_finalize (GObject *object)
* _gtk_tree_selection_new:
*
* Creates a new #GtkTreeSelection object. This function should not be invoked,
* as each #GtkTreeView will create it's own #GtkTreeSelection.
* as each #GtkTreeView will create its own #GtkTreeSelection.
*
* Return value: A newly created #GtkTreeSelection object.
**/
@ -137,7 +137,7 @@ _gtk_tree_selection_new (void)
* @tree_view: The #GtkTreeView.
*
* Creates a new #GtkTreeSelection object. This function should not be invoked,
* as each #GtkTreeView will create it's own #GtkTreeSelection.
* as each #GtkTreeView will create its own #GtkTreeSelection.
*
* Return value: A newly created #GtkTreeSelection object.
**/