From c5f59a319b7e9c0379260a9e961741c53af86471 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 6 Feb 2017 10:05:11 -0300 Subject: [PATCH] ges-meta: Minor documenation fix --- ges/ges-meta-container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-meta-container.c b/ges/ges-meta-container.c index aac4f5b..a622c88 100644 --- a/ges/ges-meta-container.c +++ b/ges/ges-meta-container.c @@ -883,7 +883,7 @@ ges_meta_container_get_string (GESMetaContainer * container, * Gets the value of a given meta item, returns NULL if @meta_item * can not be found. * - * Returns: %TRUE if the vale could be optained %FALSE otherwize + * Returns: the #GValue corresponding to the meta with the given @key. */ const GValue * ges_meta_container_get_meta (GESMetaContainer * container, const gchar * key) -- 2.7.4