summaryrefslogtreecommitdiff
path: root/gtk/gtkcenterbox.c
diff options
context:
space:
mode:
authorCam Cook <cam.cook@linux.com>2022-11-13 11:55:05 -0500
committerCam Cook <cam.cook@linux.com>2022-11-13 11:55:05 -0500
commitd1bb92728651181d10a106c0c5199dbf2ec9bf21 (patch)
tree8079def3c54b7439ddf43ac775b584a0707c5b3a /gtk/gtkcenterbox.c
parent2daea9e459674b07a46a51e4188dac6f2dde769e (diff)
downloadgtk+-d1bb92728651181d10a106c0c5199dbf2ec9bf21.tar.gz
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)" |
Diffstat (limited to 'gtk/gtkcenterbox.c')
-rw-r--r--gtk/gtkcenterbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c
index 9730f28e6e..fe56467fae 100644
--- a/gtk/gtkcenterbox.c
+++ b/gtk/gtkcenterbox.c
@@ -272,7 +272,7 @@ gtk_center_box_set_start_widget (GtkCenterBox *self,
*
* Sets the center widget.
*
- * To remove the existing center widget, pas %NULL.
+ * To remove the existing center widget, pass %NULL.
*/
void
gtk_center_box_set_center_widget (GtkCenterBox *self,