Various spelling mistakes (and one use of the wrong verb) across a few domains that...
authorCam Cook <cam.cook@linux.com>
Sat, 26 Nov 2022 11:54:47 +0000 (06:54 -0500)
committerCam Cook <cam.cook@linux.com>
Sat, 26 Nov 2022 11:54:47 +0000 (06:54 -0500)
commitcb303895aac8af352fb5d252c7b855f4dba9f1f8
treebcf384fbab7dafac102705b5f2bad21f707eb5e4
parent79a2e316359093e3c6afa507fe9e9913dcc536b3
Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation.

| domain | current | suggestion |
|--------|---------|------------|
| [GtkBitset](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkbitset.c#L363)       | "Value to add" | "Value to remove" |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L3626)        | "\`GtkEntry"   | "\`GtkEntry\`"    |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L3566)        | "will be applies" | "will be applied" |
| [GtkEntry](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkentry.c#L2232)        | "is is in" | "is in" |
| [GtkInfoBar](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/deprecated/gtkinfobar.c#L772) | "in the info bars’s action area" | "in the info bar’s action area |
| [GtkLabel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel.c#L3210)        | "Gets the labels attribute list." | "Gets the label's attribute list."
gtk/deprecated/gtkinfobar.c
gtk/gtkbitset.c
gtk/gtkentry.c
gtk/gtklabel.c