summaryrefslogtreecommitdiff
path: root/gtk/gtkselectionmodel.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/gtkselectionmodel.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/gtkselectionmodel.c')
-rw-r--r--gtk/gtkselectionmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselectionmodel.c b/gtk/gtkselectionmodel.c
index 7c93c2b4e7..ac06f7975e 100644
--- a/gtk/gtkselectionmodel.c
+++ b/gtk/gtkselectionmodel.c
@@ -547,7 +547,7 @@ gtk_selection_model_set_selection (GtkSelectionModel *model,
*
* Helper function for implementations of `GtkSelectionModel`.
*
- * Call this when a the selection changes to emit the
+ * Call this when a selection changes to emit the
* [signal@Gtk.SelectionModel::selection-changed] signal.
*/
void