gtklistitem: Fix a minor typo in the docs

Ye olde worlde typoe.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-02 16:47:47 +01:00
parent e3437c748a
commit 105ff3a25f
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
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.