summaryrefslogtreecommitdiff
path: root/gtk/gtkselectionmodel.c
diff options
context:
space:
mode:
authorCam Cook <cam.cook@linux.com>2022-12-23 11:01:07 -0500
committerCam Cook <cam.cook@linux.com>2022-12-23 11:01:07 -0500
commit7fc4d0285159bf99953340a9d815e7a7b7cd99fc (patch)
tree549fcdef8b5a3358c045c8126028bc719dd35d10 /gtk/gtkselectionmodel.c
parenta9c9678e1f617755368f16424a03ae1f2d2ced4e (diff)
downloadgtk+-7fc4d0285159bf99953340a9d815e7a7b7cd99fc.tar.gz
Various spelling mistakes across a few domains that show up in documentation.
| domain | current | suggestion | |--------|---------|------------| | [GtkAspectFrame](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkaspectframe.c#L457) | "requistion of the child" | "requisition of the child" | | [GtkPaned](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpaned.c#L2500) | "(attributes org.gtk.Method.set_propery=wide-handle)" | "(attributes org.gtk.Method.set_property=wide-handle)"| | [GtkPopover](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpopover.c#L2484) | "with gtk_popover_set_offset()." | "with [method@Gtk.Popover.set_offset()]." | | [GtkPopoverMenu](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkpopovermenu.c#L859) | "with gtk_popover_menu_add_child()" | "with [method@Gtk.PopoverMenu.add_child()]" | | [GtkSelectionModel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkselectionmodel.c#L316) | "the queired range" | "the queried range" | | [GtkScrolledWindow](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkscrolledwindow.c#L76) | "automatically removed hen" | "automatically removed when"| | [GtkSearchBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtksearchbar.c#L425) | "Connects the \`GtkEditable widget" | "Connects the `GtkEditable` widget" |
Diffstat (limited to 'gtk/gtkselectionmodel.c')
-rw-r--r--gtk/gtkselectionmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselectionmodel.c b/gtk/gtkselectionmodel.c
index 7398bc6b18..07c01bfb2d 100644
--- a/gtk/gtkselectionmodel.c
+++ b/gtk/gtkselectionmodel.c
@@ -313,7 +313,7 @@ gtk_selection_model_get_selection (GtkSelectionModel *model)
/**
* gtk_selection_model_get_selection_in_range:
* @model: a `GtkSelectionModel`
- * @position: start of the queired range
+ * @position: start of the queried range
* @n_items: number of items in the queried range
*
* Gets the set of selected items in a range.