fixed a typo in docs.

svn path=/trunk/; revision=5682
This commit is contained in:
Tristan Van Berkom 2007-08-08 18:02:57 +00:00
parent 9fe29ccbca
commit 24e24fed8b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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>