[gtk/shortcuts-rebased-again: 111/117] Fix a few typos



commit a24e4fb9a2478d936fee7c62236852d708242aa5
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 21 05:10:40 2019 +0000

    Fix a few typos

 gtk/gtkshortcut.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkshortcut.c b/gtk/gtkshortcut.c
index 9c13509cf9..09ac933112 100644
--- a/gtk/gtkshortcut.c
+++ b/gtk/gtkshortcut.c
@@ -200,8 +200,8 @@ gtk_shortcut_init (GtkShortcut *self)
 
 /**
  * gtk_shortcut_new:
- * @trigger: (tranfer full) (allow-none): The trigger that will trigger the shortcut
- * @action: (tranfer full) (allow-none): The action that will be activated upon
+ * @trigger: (transfer full) (allow-none): The trigger that will trigger the shortcut
+ * @action: (transfer full) (allow-none): The action that will be activated upon
  *    triggering
  *
  * Creates a new #GtkShortcut that is triggered by @trigger and then activates
@@ -230,8 +230,8 @@ gtk_shortcut_new (GtkShortcutTrigger *trigger,
 
 /**
  * gtk_shortcut_new_with_arguments: (skip)
- * @trigger: (tranfer full) (allow-none): The trigger that will trigger the shortcut
- * @action: (tranfer full) (allow-none): The action that will be activated upon
+ * @trigger: (transfer full) (allow-none): The trigger that will trigger the shortcut
+ * @action: (transfer full) (allow-none): The action that will be activated upon
  *    triggering
  * @format_string: (allow-none): GVariant format string for arguments or %NULL for
  *     no arguments


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]