Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 23 Jul 2008 17:04:36 +0000 (17:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 23 Jul 2008 17:04:36 +0000 (17:04 +0000)
svn path=/trunk/; revision=7244

gobject/ChangeLog
gobject/gtype.h

index 089cbd2..775464a 100644 (file)
@@ -1,3 +1,9 @@
+2008-07-23  Matthias Clasen  <mclasen2redhat.com>
+
+       544177 - Fix trivial cut and paste error in documentation
+
+       * gtype.h: Fix a typo. Pointed out by Paul Bolle.
+
 2008-07-21  Matthias Clasen  <mclasen2redhat.com>
 
        * === Released 2.17.4 ===
index 1e9a128..e2b3c70 100644 (file)
@@ -483,7 +483,7 @@ struct _GTypeQuery
  * Get the class structure of a given @instance, casted
  * to a specified ancestor type @g_type of the instance.
  * 
- * that while calling a GInstanceInitFunc(), the class pointer gets
+ * Note that while calling a GInstanceInitFunc(), the class pointer gets
  * modified, so it might not always return the expected pointer.
  * 
  * This macro should only be used in type implementations.