Trivial documentation typos

This commit is contained in:
Matthias Clasen
2013-05-29 00:07:26 -04:00
parent baed05fbea
commit 6e4b7a4ab8

View File

@@ -3170,7 +3170,7 @@ g_object_dup_qdata (GObject *object,
* *
* If the previous value was replaced then ownership of the * If the previous value was replaced then ownership of the
* old value (@oldval) is passed to the caller, including * 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 * Its up to the caller to free this as he wishes, which may
* or may not include using @old_destroy as sometimes replacement * or may not include using @old_destroy as sometimes replacement
* should not destroy the object in the normal way. * should not destroy the object in the normal way.
@@ -3379,7 +3379,7 @@ g_object_dup_data (GObject *object,
* *
* If the previous value was replaced then ownership of the * If the previous value was replaced then ownership of the
* old value (@oldval) is passed to the caller, including * 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 * Its up to the caller to free this as he wishes, which may
* or may not include using @old_destroy as sometimes replacement * or may not include using @old_destroy as sometimes replacement
* should not destroy the object in the normal way. * should not destroy the object in the normal way.