summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-28 22:23:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-09 18:13:00 -0400
commita2f1b4b60e2cc5934df3b1c5b1de9415e229cee2 (patch)
tree0b5e75820f960e4e52f8fe86c00bfb882817ca1b
parent6e4b7a4ab8e5b1fe62e28f368fa305864f79c315 (diff)
downloadglib-a2f1b4b60e2cc5934df3b1c5b1de9415e229cee2.tar.gz
Trivial doc typo fix
-rw-r--r--gobject/gtype.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gobject/gtype.c b/gobject/gtype.c
index 82534caec..a44ccb197 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -397,11 +397,11 @@ lookup_type_node_I (register GType utype)
/**
* g_type_get_type_registration_serial:
*
- * Returns an opaque serial number that represents the state of the set of registered
- * types. Any time a type is registred this serial changes, which means you can
- * cache information based on type lookups (such as g_type_from_name) and know if
- * the cache is still valid at a later time by comparing the current serial with
- * the one at the type lookup.
+ * Returns an opaque serial number that represents the state of the set of
+ * registered types. Any time a type is registered this serial changes,
+ * which means you can cache information based on type lookups (such as
+ * g_type_from_name()) and know if the cache is still valid at a later
+ * time by comparing the current serial with the one at the type lookup.
*
* Since: 2.36
*