Skip to content

docfix: Various spelling errors that show up in docs

Cam Cook requested to merge ccook/gtk:ccook/spelling-fixes into main

Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation.

domain current suggestion
GtkBitset "Value to add" "Value to remove"
GtkEntry "`GtkEntry" "`GtkEntry`"
GtkEntry "will be applies" "will be applied"
GtkEntry "is is in" "is in"
GtkHeaderBar "specifies a icon" "specifies an icon"
GtkInfoBar "in the info bars’s action area" "in the info bar’s action area
GtkLabel "Gets the labels attribute list." "Gets the label's attribute list."
GtkLabel "the [property@Gtk.Label:use-underline property]" "the [property@Gtk.Label:use-underline] property"
GtkLevel "Returns the `min-value of the `GtkLevelBar`." "Returns the `min-value' of the `GtkLevelBar`."
GtkLevel "between [property@Gtk.LevelBar:min-value[" "between [property@Gtk.LevelBar:min-value]"
GtkGridView "Sets the imodel to use." "Sets the model to use." [1]
GtkListBox (attributes org.gtk.Metthod.get_property=activate-on-single-click) (attributes org.gtk.Method.get_property=activate-on-single-click)

Note: I hesitate to make an MR while the main pipeline is broken, but also don't want this commit to be massive merging in main changes constantly.

[1] I had considered that imodel might be saying "a model that implements GtkSelectionModel"; however, its sibling, GtkListView uses model, so I considered it authoritative.

Edited by Cam Cook

Merge request reports