From: Matthias Clasen Date: Sat, 20 May 2023 22:50:30 +0000 (-0400) Subject: Cosmetics X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~236^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=833e1bdcf6efd04a801e81f5675d05f88aebde0a;p=gtk4.git Cosmetics Fix some typos. --- diff --git a/gtk/gtklistitemmanager.c b/gtk/gtklistitemmanager.c index a8b12cef7f..62f2d54b44 100644 --- a/gtk/gtklistitemmanager.c +++ b/gtk/gtklistitemmanager.c @@ -568,8 +568,7 @@ gtk_list_tile_get_tile_at (GtkListItemManager *self, * If multiple tiles have the same distance, the one closest to the start * will be returned. * - * Returns: (nullable): The tile nearest to (x, y) or NULL if there are no - * tile + * Returns: (nullable): The tile nearest to (x, y) or NULL if there are no tiles **/ GtkListTile * gtk_list_item_manager_get_nearest_tile (GtkListItemManager *self, @@ -1000,7 +999,7 @@ gtk_list_item_manager_merge_list_items (GtkListItemManager *self, * Splits the given tile into two tiles. The original * tile will remain with @n_items items, the remaining * items will be given to the new tile, which will be - * nserted after the tile. + * inserted after the tile. * * It is not valid for either tile to have 0 items after * the split. diff --git a/gtk/gtklistitemmanagerprivate.h b/gtk/gtklistitemmanagerprivate.h index ea855f4cc5..596b3c9560 100644 --- a/gtk/gtklistitemmanagerprivate.h +++ b/gtk/gtklistitemmanagerprivate.h @@ -59,7 +59,7 @@ struct _GtkListTile GtkListTileType type; GtkWidget *widget; guint n_items; - /* area occupied by tile. May be empty if tile has no allcoation */ + /* area occupied by tile. May be empty if tile has no allocation */ cairo_rectangle_int_t area; };