fixed a typo in docs.
authorTristan Van Berkom <tvb@src.gnome.org>
Wed, 8 Aug 2007 18:02:57 +0000 (18:02 +0000)
committerTristan Van Berkom <tvb@src.gnome.org>
Wed, 8 Aug 2007 18:02:57 +0000 (18:02 +0000)
svn path=/trunk/; revision=5682

ChangeLog
docs/reference/gobject/tmpl/gparamspec.sgml

index 0ce3597..34a1755 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-08  Tristan Van Berkom <tvb@gnome.org>
+
+       * docs/reference/gobject/tmpl/gparamspec.sgml: Fixed minor typo in docs.
+
 2007-08-07  Matthias Clasen  <mclasen@redhat.com>
 
        * MAINTAINERS: Update for new format regulations
index 13f0e58..22dffff 100644 (file)
@@ -381,7 +381,7 @@ returns that paramspec. Redirect is used typically for
 providing a new implementation of a property in a derived
 type while preserving all the properties from the parent
 type. Redirection is established by creating a property
-of type #GParamSpecOverride. See g_object_override_property()
+of type #GParamSpecOverride. See g_object_class_override_property()
 for an example of the use of this capability.
 </para>