summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.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/gtkeditable.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/gtkeditable.c')
-rw-r--r--gtk/gtkeditable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index 8818bcdd4d..a43e34550a 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -463,7 +463,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
/**
* gtk_editable_insert_text: (virtual do_insert_text)
* @editable: a `GtkEditable`
- * @text: the text to append
+ * @text: the text to insert
* @length: the length of the text in bytes, or -1
* @position: (inout): location of the position text will be inserted at
*