Trivial documentation typos
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2013 04:07:26 +0000 (00:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2013 12:37:57 +0000 (08:37 -0400)
gobject/gobject.c

index 52efd0a..0eaba7e 100644 (file)
@@ -3335,7 +3335,7 @@ g_object_dup_qdata (GObject        *object,
  *
  * 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.
@@ -3544,7 +3544,7 @@ g_object_dup_data (GObject        *object,
  *
  * 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.