summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-23 21:46:45 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-06-23 21:46:45 +0000
commitbbfacb4d226e4b2e1778dc6fadd1fe50ea08c1e4 (patch)
treecedfff52522bfb4ad3b2130e869296aa1dba1e8c
parent086f2324a311eab2cadd052860c90a3d6c820dde (diff)
parentc378eacb5dac2eafd6b9224ae1fe0c14aad02165 (diff)
downloadgtk+-bbfacb4d226e4b2e1778dc6fadd1fe50ea08c1e4.tar.gz
Merge branch 'alatiera/doc-type' into 'main'
shortcutcontroller: fix typo in property docs See merge request GNOME/gtk!4827
-rw-r--r--gtk/gtkshortcutcontroller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c
index 0a62e25e36..93aa218117 100644
--- a/gtk/gtkshortcutcontroller.c
+++ b/gtk/gtkshortcutcontroller.c
@@ -585,7 +585,7 @@ gtk_shortcut_controller_class_init (GtkShortcutControllerClass *klass)
controller_class->unset_widget = gtk_shortcut_controller_unset_widget;
/**
- * GtkShortCutController:item-type:
+ * GtkShortcutController:item-type:
*
* The type of items. See [method@Gio.ListModel.get_item_type].
*