Minor documentation fix
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 15 Feb 2017 15:51:51 +0000 (12:51 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 15 Feb 2017 15:53:22 +0000 (12:53 -0300)
ges/ges-meta-container.c

index a622c88..883eb98 100644 (file)
@@ -878,9 +878,9 @@ ges_meta_container_get_string (GESMetaContainer * container,
 /**
  * ges_meta_container_get_meta:
  * @container: Target container
- * @key: Get the key name of the meta to retrieve
+ * @key: The key name of the meta to retrieve
  *
- * Gets the value of a given meta item, returns NULL if @meta_item
+ * Gets the value of a given meta item, returns NULL if @key
  * can not be found.
  *
  * Returns: the #GValue corresponding to the meta with the given @key.