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

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