From: Cam Cook Date: Sun, 27 Nov 2022 11:30:30 +0000 (-0500) Subject: | domain | current | suggestion | X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~61^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=066375856610bef65b75ee1dd8de6c6ff391efcb;p=gtk4.git | 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." | --- 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]. */