summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-07-23 17:04:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-07-23 17:04:36 +0000
commit7df58dc3937923d77c24c854ab1a091d1b2692be (patch)
tree7bd54577e09e3bc55a4121288dd01396f6d65b75 /gobject
parent6e55e05284b22da6df9925c3e4a534f414d42d93 (diff)
Fix a typo
svn path=/trunk/; revision=7244
Diffstat (limited to 'gobject')
-rw-r--r--gobject/ChangeLog6
-rw-r--r--gobject/gtype.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 089cbd26a..775464a1c 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -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 ===
diff --git a/gobject/gtype.h b/gobject/gtype.h
index 1e9a1280a..e2b3c7042 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.