summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.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/gtkpaned.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/gtkpaned.c')
-rw-r--r--gtk/gtkpaned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index 3ea21f35e8..1d5aebe5bf 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -2497,7 +2497,7 @@ gtk_paned_toggle_handle_focus (GtkPaned *paned)
}
/**
- * gtk_paned_set_wide_handle: (attributes org.gtk.Method.set_propery=wide-handle)
+ * gtk_paned_set_wide_handle: (attributes org.gtk.Method.set_property=wide-handle)
* @paned: a `GtkPaned`
* @wide: the new value for the [property@Gtk.Paned:wide-handle] property
*