Various spelling mistakes across a few domains that show up in documentation.
authorCam Cook <cam.cook@linux.com>
Fri, 23 Dec 2022 16:01:07 +0000 (11:01 -0500)
committerCam Cook <cam.cook@linux.com>
Fri, 23 Dec 2022 16:01:07 +0000 (11:01 -0500)
| 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" |

gtk/gtkaspectframe.c
gtk/gtkpaned.c
gtk/gtkpopover.c
gtk/gtkpopovermenu.c
gtk/gtkscrolledwindow.c
gtk/gtksearchbar.c
gtk/gtkselectionmodel.c

index 01bc82bcc2ac8c9d24bf16dc5eb1f652282662ca..1cc3dba04ba35c615da327ad3d2f763f3471bfdd 100644 (file)
@@ -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
index 3ea21f35e8f7b5cc14b767832e6cd517353de201..1d5aebe5bf2db6dfa4ba6d5f1d986198307a07d5 100644 (file)
@@ -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
  *
index 529e2940922306364b7bd22dbfeacddb815409c5..aab85b22afa86fc44bd14ddc85f83a80eb4c99a7 100644 (file)
@@ -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,
index 3127fb5ec2c7ee4915c76c51d0a0016fcf0128e7..ed76b95fc72ecbf604c6928d16e74024bd542d5e 100644 (file)
@@ -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
  */
index 8155e7676dc7a2959a577e620a84ac8f237f68a4..ed7de3bb445d2bafb0bb117e84138b7d9c53b470 100644 (file)
@@ -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
index 1bd7c8a8d1ff1557f03b5b4b921e54b7dd1b886a..bac90c46321ee1cc9ce414f462ab301f3ae9b74a 100644 (file)
@@ -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
index 7398bc6b1870bd9f316e75ff7ca8a071699480cf..07c01bfb2d4fdbf7b6ead63665dc911c522212ee 100644 (file)
@@ -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.