Fix a typo

Introduced by 3b01cbe8a8
This commit is contained in:
Rico Tzschichholz
2013-07-27 09:02:58 +02:00
parent ca6b93d093
commit 023e3b31a5

View File

@@ -1354,7 +1354,7 @@ guint g_type_get_type_registration_serial (void);
* for an example. * for an example.
* *
* Note that private structs added with this macros must have a struct * 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 * 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. * macros, since it depends on variable names from those macros.
* *
* Also note that private structs added with these macros must have a struct * 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 * Since: 2.38
*/ */