gobject: Fix a typo in a documentation comment
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Sun, 25 Jan 2015 17:09:35 +0000 (17:09 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Sun, 25 Jan 2015 17:09:35 +0000 (17:09 +0000)
gobject/gobject.c

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