Documentation fix: Various spelling mistakes (and one use of the wrong verb) across...
authorCam Cook <cam.cook@linux.com>
Sun, 13 Nov 2022 16:55:05 +0000 (11:55 -0500)
committerCam Cook <cam.cook@linux.com>
Sun, 13 Nov 2022 16:55:05 +0000 (11:55 -0500)
commitd1bb92728651181d10a106c0c5199dbf2ec9bf21
tree8079def3c54b7439ddf43ac775b584a0707c5b3a
parent2daea9e459674b07a46a51e4188dac6f2dde769e
Documentation fix: Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation.

| domain | current | suggestion |
|--------|---------|------------|
| [GtkButton](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkbutton.c#L691)       | "Buttons can has a flat appearance" | "Buttons can have a flat appearance" |
| [GtkCenterBox](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkcenterbox.c#L275) | "pas %NULL" | "pass %NULL" |
| [GtkEditable](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkeditable.c#L466)   | "the text to append" | "the text to insert" |
| [GtkFlowbox](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkflowbox.c#L4921)    | "the are equal" | "they are equal" |
| [GtkSelectionModel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkselectionmodel.c#L550) | "Call this when a the selection changes" | "Call this when a selection changes" |
| [GtkWIndow](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkwindow.c#L5321)                | "(e.g. the user or the window manager" | "(e.g. the user or the window manager)" |
gtk/gtkbutton.c
gtk/gtkcenterbox.c
gtk/gtkeditable.c
gtk/gtkflowbox.c
gtk/gtkselectionmodel.c
gtk/gtkwindow.c