gdataset: Fix a typo in a documentation comment

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-01-15 18:26:09 +00:00
parent 4808a957b5
commit 051d69bbc8

View File

@ -900,7 +900,7 @@ g_datalist_id_dup_data (GData **datalist,
*
* If the previous value was replaced then ownership of the
* old value (@oldval) is passed to the caller, including
* the registred destroy notify for it (passed out in @old_destroy).
* the registered destroy notify for it (passed out in @old_destroy).
* Its up to the caller to free this as he wishes, which may
* or may not include using @old_destroy as sometimes replacement
* should not destroy the object in the normal way.