[gtk/prop-list: 4/70] builderlistitemfactory: Fix a few annotations



commit 975fcf9aeb7befbd5c7583e0db5226fe42379e89
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 18 16:14:02 2019 -0500

    builderlistitemfactory: Fix a few annotations

 gtk/gtkbuilderlistitemfactory.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkbuilderlistitemfactory.c b/gtk/gtkbuilderlistitemfactory.c
index ed25ca3041..182f276ddc 100644
--- a/gtk/gtkbuilderlistitemfactory.c
+++ b/gtk/gtkbuilderlistitemfactory.c
@@ -261,7 +261,7 @@ gtk_builder_list_item_factory_init (GtkBuilderListItemFactory *self)
 
 /**
  * gtk_builder_list_item_factory_new_from_bytes:
- * @scope: (nullable) (tranfer none): A scope to use when instantiating
+ * @scope: (nullable) (transfer none): A scope to use when instantiating
  * @bytes: the bytes containing the ui file to instantiate
  *
  * Creates s new #GtkBuilderListItemFactory that instantiates widgets
@@ -283,7 +283,7 @@ gtk_builder_list_item_factory_new_from_bytes (GtkBuilderScope *scope,
 
 /**
  * gtk_builder_list_item_factory_new_from_resource:
- * @scope: (nullable) (tranfer none): A scope to use when instantiating
+ * @scope: (nullable) (transfer none): A scope to use when instantiating
  * @resource_path: valid path to a resource that contains the data
  *
  * Creates s new #GtkBuilderListItemFactory that instantiates widgets


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