| domain | current | suggestion |
authorCam Cook <cam.cook@linux.com>
Sun, 27 Nov 2022 11:30:30 +0000 (06:30 -0500)
committerCam Cook <cam.cook@linux.com>
Sun, 27 Nov 2022 11:30:30 +0000 (06:30 -0500)
|--------|---------|------------|
| [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

index 13bc1578c7bf7bf09eeab3df23d3b5b5ef84da54..2d91fd5096e1a6df0f9770e278762280fcc2ee6d 100644 (file)
@@ -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].
  */