From 066375856610bef65b75ee1dd8de6c6ff391efcb Mon Sep 17 00:00:00 2001 From: Cam Cook Date: Sun, 27 Nov 2022 06:30:30 -0500 Subject: [PATCH] | domain | current | suggestion | |--------|---------|------------| | [GtkGridView](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkgridview.c#L1241) | "Sets the imodel to use." | "Sets the model to use." | --- gtk/gtkgridview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c index 13bc1578c7..2d91fd5096 100644 --- a/gtk/gtkgridview.c +++ b/gtk/gtkgridview.c @@ -1238,7 +1238,7 @@ gtk_grid_view_get_model (GtkGridView *self) * @self: a `GtkGridView` * @model: (nullable) (transfer none): the model to use * - * Sets the imodel to use. + * Sets the model to use. * * This must be a [iface@Gtk.SelectionModel]. */ -- 2.30.2