summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCam Cook <cam.cook@linux.com>2022-11-27 06:30:30 -0500
committerCam Cook <cam.cook@linux.com>2022-11-27 06:30:30 -0500
commit066375856610bef65b75ee1dd8de6c6ff391efcb (patch)
tree5ff57180ef80907872218604fef1d6d3df3a0307
parentccfe889ba98ce0fd5eb4a29fcc75086b1454e412 (diff)
downloadgtk+-066375856610bef65b75ee1dd8de6c6ff391efcb.tar.gz
| 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." |
-rw-r--r--gtk/gtkgridview.c2
1 files changed, 1 insertions, 1 deletions
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].
*/