Trivial doc typo fix
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2013 02:23:58 +0000 (22:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2013 12:38:03 +0000 (08:38 -0400)
gobject/gtype.c

index e0d74c2..01a00dc 100644 (file)
@@ -398,11 +398,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
  *