From 2623c396cb093c6e36f8079e38119ff2eb8642e4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 May 2022 16:24:02 -0400 Subject: [PATCH] shortcutcontroller: Fix a typo --- gtk/gtkshortcutcontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c index 969242366e..5e899aecea 100644 --- a/gtk/gtkshortcutcontroller.c +++ b/gtk/gtkshortcutcontroller.c @@ -871,7 +871,7 @@ gtk_shortcut_controller_get_scope (GtkShortcutController *self) } /** - * gtk_shortcut_controller_set_mnemonics_modifiers: (attributes org.gtk.MEthod.set_property=mnemonic-modifiers) + * gtk_shortcut_controller_set_mnemonics_modifiers: (attributes org.gtk.Method.set_property=mnemonic-modifiers) * @self: a `GtkShortcutController` * @modifiers: the new mnemonics_modifiers to use *