gobject: Fix a typo in the G_VALUE_LCOPY documentation

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-05-07 20:43:59 +01:00
parent 98a0ab929d
commit 9870de442f

View File

@ -201,7 +201,7 @@ G_STMT_START { \
* @flags: flags which are passed on to the lcopy_value() function of
* the #GTypeValueTable of @value.
* @__error: a #gchar** variable that will be modified to hold a g_new()
* allocated error messages if something fails
* allocated error message if something fails
*
* Stores a values value into one or more argument locations from a va_list.
* This is the inverse of G_VALUE_COLLECT().