summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2013-07-27 09:02:58 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2013-07-27 09:02:58 +0200
commit023e3b31a5352460f415944e166d413c2c747886 (patch)
tree517cb5d87d26040beb1e4d9b254dfc2c447e3ff2
parentca6b93d0936e6864d374d3e8f2a795c1702b28b3 (diff)
Fix a typo
Introduced by 3b01cbe8a8a9ee2d1169f072624069877b91097c
-rw-r--r--gobject/gtype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gtype.h b/gobject/gtype.h
index cc268d3ce..d2da6c622 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -1354,7 +1354,7 @@ guint g_type_get_type_registration_serial (void);
* for an example.
*
* Note that private structs added with this macros must have a struct
- * name of the form <repaceable>@TN</replaceable>Private.
+ * name of the form <replaceable>@TN</replaceable>Private.
*
* Since: 2.38
*/
@@ -1579,7 +1579,7 @@ guint g_type_get_type_registration_serial (void);
* macros, since it depends on variable names from those macros.
*
* Also note that private structs added with these macros must have a struct
- * name of the form <repaceable>TypeName</replaceable>Private.
+ * name of the form <replaceable>TypeName</replaceable>Private.
*
* Since: 2.38
*/