Exterminate 'the the'

This commit is contained in:
Matthias Clasen
2012-08-18 23:15:58 -04:00
parent 96ed9e41f4
commit e27367f341
8 changed files with 16 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ G_BEGIN_DECLS
/**
* G_VALUE_TYPE:
* @value: A #GValue structure.
*
*
* Get the type identifier of @value.
*
* Returns: the #GType.
@@ -63,7 +63,7 @@ G_BEGIN_DECLS
* G_VALUE_TYPE_NAME:
* @value: A #GValue structure.
*
* Gets the the type name of @value.
* Gets the type name of @value.
*
* Returns: the type name.
*/
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
* G_VALUE_HOLDS:
* @value: A #GValue structure.
* @type: A #GType value.
*
*
* Checks if @value holds (or contains) a value of @type.
* This macro will also check for @value != %NULL and issue a
* warning if the check fails.