Merge branch 'docs-typo' into 'main'

gtklistitem: Fix a minor typo in the docs

See merge request GNOME/gtk!7681
This commit is contained in:
Matthias Clasen 2024-09-12 13:58:04 +00:00
commit be89fa7919
2 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ gtk_column_view_cell_get_position (GtkColumnViewCell *self)
*
* Checks if the item is displayed as selected.
*
* The selected state is maintained by the liste widget and its model
* The selected state is maintained by the list widget and its model
* and cannot be set otherwise.
*
* Returns: %TRUE if the item is selected.

View File

@ -434,7 +434,7 @@ gtk_list_item_get_position (GtkListItem *self)
*
* Checks if the item is displayed as selected.
*
* The selected state is maintained by the liste widget and its model
* The selected state is maintained by the list widget and its model
* and cannot be set otherwise.
*
* Returns: %TRUE if the item is selected.