From: Matthias Clasen Date: Wed, 23 Jul 2008 17:04:36 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7df58dc3937923d77c24c854ab1a091d1b2692be;p=dana%2Fcg-glib.git Fix a typo svn path=/trunk/; revision=7244 --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 089cbd26..775464a1 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,9 @@ +2008-07-23 Matthias Clasen + + 544177 - Fix trivial cut and paste error in documentation + + * gtype.h: Fix a typo. Pointed out by Paul Bolle. + 2008-07-21 Matthias Clasen * === Released 2.17.4 === diff --git a/gobject/gtype.h b/gobject/gtype.h index 1e9a1280..e2b3c704 100644 --- a/gobject/gtype.h +++ b/gobject/gtype.h @@ -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.