Various spelling mistakes across a few domains that show up in documentation.

This commit is contained in:
Cam Cook 2022-12-08 12:16:22 +00:00 committed by Matthias Clasen
parent a9c9678e1f
commit 6bfb35f047
4 changed files with 7 additions and 7 deletions

View File

@ -197,7 +197,7 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool)
*
* Gets the hardware ID of this tool, or 0 if it's not known.
*
* When non-zero, the identificator is unique for the given tool model,
* When non-zero, the identifier is unique for the given tool model,
* meaning that two identical tools will share the same @hardware_id,
* but will have different serial numbers (see
* [method@Gdk.DeviceTool.get_serial]).
@ -205,9 +205,9 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool)
* This is a more concrete (and device specific) method to identify
* a `GdkDeviceTool` than [method@Gdk.DeviceTool.get_tool_type],
* as a tablet may support multiple devices with the same
* `GdkDeviceToolType`, but different hardware identificators.
* `GdkDeviceToolType`, but different hardware identifiers.
*
* Returns: The hardware identificator of this tool.
* Returns: The hardware identifier of this tool.
*/
guint64
gdk_device_tool_get_hardware_id (GdkDeviceTool *tool)

View File

@ -864,7 +864,7 @@ gtk_list_box_select_row (GtkListBox *box,
/**
* gtk_list_box_unselect_row:
* @box: a `GtkListBox`
* @row: the row to unselected
* @row: the row to unselect
*
* Unselects a single row of @box, if the selection mode allows it.
*/

View File

@ -1051,7 +1051,7 @@ gtk_menu_button_get_icon_name (GtkMenuButton *menu_button)
/**
* gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow)
* @menu_button: a `GtkMenuButton`
* @always_show_arrow: hether to show a dropdown arrow even when using an icon
* @always_show_arrow: whether to show a dropdown arrow even when using an icon
*
* Sets whether to show a dropdown arrow even when using an icon or a custom
* child.

View File

@ -6595,7 +6595,7 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
* @child.
*
* Returns: (nullable): the text of the tab label, or %NULL if
* the tab label idget is not a `GtkLabel`. The string is owned
* the tab label widget is not a `GtkLabel`. The string is owned
* by the widget and must not be freed.
*/
const char *
@ -6983,7 +6983,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
* Sets whether the tab can be detached from @notebook to another
* notebook or widget.
*
* Note that two notebooks must share a common group identificator
* Note that two notebooks must share a common group identifier
* (see [method@Gtk.Notebook.set_group_name]) to allow automatic tabs
* interchange between them.
*