diff options
Diffstat (limited to 'girepository/girepository.c')
-rw-r--r-- | girepository/girepository.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/girepository.c b/girepository/girepository.c index c1fa3d3a..8bc49eb1 100644 --- a/girepository/girepository.c +++ b/girepository/girepository.c @@ -220,7 +220,7 @@ g_irepository_prepend_search_path (const char *directory) * g_irepository_get_search_path: * * Returns the current search path #GIRepository will use when loading - * typelib files. The list is internal to #GIRespository and should not + * typelib files. The list is internal to #GIRepository and should not * be freed, nor should its string elements. * * Returns: (element-type filename) (transfer none): #GSList of strings @@ -900,7 +900,7 @@ find_by_error_domain_foreach (gpointer key, * * Returns: (transfer full): #GIEnumInfo representing metadata about @domain's * enum type, or %NULL - * Since: 1.29.17 + * Since: 1.30 */ GIEnumInfo * g_irepository_find_by_error_domain (GIRepository *repository, |