[glib] Trivial doc typo fix
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Trivial doc typo fix
- Date: Wed, 29 May 2013 12:38:34 +0000 (UTC)
commit 2afd39a90dbde31159a78b780bacdd636badb34e
Author: Matthias Clasen <mclasen redhat com>
Date: Tue May 28 22:23:58 2013 -0400
Trivial doc typo fix
gobject/gtype.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gobject/gtype.c b/gobject/gtype.c
index e0d74c2..01a00dc 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -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
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]