gobject: Fix a typo in a documentation comment

This commit is contained in:
Philip Withnall 2015-01-25 17:09:35 +00:00
parent 4462cd30bc
commit 1cf7f5a240

View File

@ -1063,7 +1063,7 @@ g_object_dispatch_properties_changed (GObject *object,
* Releases all references to other objects. This can be used to break * Releases all references to other objects. This can be used to break
* reference cycles. * reference cycles.
* *
* This functions should only be called from object system implementations. * This function should only be called from object system implementations.
*/ */
void void
g_object_run_dispose (GObject *object) g_object_run_dispose (GObject *object)