summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-29 00:07:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-09 18:12:53 -0400
commit6e4b7a4ab8e5b1fe62e28f368fa305864f79c315 (patch)
tree4d80c10785c1f390beec07ce8c8f4c8d418d3485
parentbaed05fbeaa30d4e3b82581388a22cc75bf9a311 (diff)
downloadglib-6e4b7a4ab8e5b1fe62e28f368fa305864f79c315.tar.gz
Trivial documentation typos
-rw-r--r--gobject/gobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 4472254f0..59e82aaa0 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -3170,7 +3170,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.
@@ -3379,7 +3379,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.