diff options
author | Cam Cook <cam.cook@linux.com> | 2022-12-23 11:01:07 -0500 |
---|---|---|
committer | Cam Cook <cam.cook@linux.com> | 2022-12-23 11:01:07 -0500 |
commit | 7fc4d0285159bf99953340a9d815e7a7b7cd99fc (patch) | |
tree | 549fcdef8b5a3358c045c8126028bc719dd35d10 | |
parent | a9c9678e1f617755368f16424a03ae1f2d2ced4e (diff) | |
download | gtk+-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" |
-rw-r--r-- | gtk/gtkaspectframe.c | 2 | ||||
-rw-r--r-- | gtk/gtkpaned.c | 2 | ||||
-rw-r--r-- | gtk/gtkpopover.c | 2 | ||||
-rw-r--r-- | gtk/gtkpopovermenu.c | 2 | ||||
-rw-r--r-- | gtk/gtkscrolledwindow.c | 2 | ||||
-rw-r--r-- | gtk/gtksearchbar.c | 2 | ||||
-rw-r--r-- | gtk/gtkselectionmodel.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c index 01bc82bcc2..1cc3dba04b 100644 --- a/gtk/gtkaspectframe.c +++ b/gtk/gtkaspectframe.c @@ -454,7 +454,7 @@ gtk_aspect_frame_get_ratio (GtkAspectFrame *self) * gtk_aspect_frame_set_obey_child: (attributes org.gtk.Method.set_propery=obey-child) * @self: a `GtkAspectFrame` * @obey_child: If %TRUE, @ratio is ignored, and the aspect - * ratio is taken from the requistion of the child. + * ratio is taken from the requisition of the child. * * Sets whether the aspect ratio of the child's size * request should override the set aspect ratio of 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 * diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index 529e294092..aab85b22af 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -2481,7 +2481,7 @@ gtk_popover_set_offset (GtkPopover *popover, * @x_offset: (out) (nullable): a location for the x_offset * @y_offset: (out) (nullable): a location for the y_offset * - * Gets the offset previous set with gtk_popover_set_offset(). + * Gets the offset previous set with [method@Gtk.Popover.set_offset()]. */ void gtk_popover_get_offset (GtkPopover *popover, diff --git a/gtk/gtkpopovermenu.c b/gtk/gtkpopovermenu.c index 3127fb5ec2..ed76b95fc7 100644 --- a/gtk/gtkpopovermenu.c +++ b/gtk/gtkpopovermenu.c @@ -856,7 +856,7 @@ gtk_popover_menu_add_child (GtkPopoverMenu *popover, * @child: the `GtkWidget` to remove * * Removes a widget that has previously been added with - * gtk_popover_menu_add_child(). + * [method@Gtk.PopoverMenu.add_child()] * * Returns: %TRUE if the widget was removed */ diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 8155e7676d..ed7de3bb44 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -73,7 +73,7 @@ * just add any child widget and not worry about the details. * * If [method@Gtk.ScrolledWindow.set_child] has added a `GtkViewport` for you, - * it will be automatically removed hen you unset the child. + * it will be automatically removed when you unset the child. * Unless [property@Gtk.ScrolledWindow:hscrollbar-policy] and * [property@Gtk.ScrolledWindow:vscrollbar-policy] are %GTK_POLICY_NEVER or * %GTK_POLICY_EXTERNAL, `GtkScrolledWindow` adds internal `GtkScrollbar` widgets diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 1bd7c8a8d1..bac90c4632 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -422,7 +422,7 @@ gtk_search_bar_set_entry (GtkSearchBar *bar, * @bar: a `GtkSearchBar` * @entry: a `GtkEditable` * - * Connects the `GtkEditable widget passed as the one to be used in + * Connects the `GtkEditable` widget passed as the one to be used in * this search bar. * * The entry should be a descendant of the search bar. Calling this 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. |