[glib/glib-2-42] gobject: Fix a typo in a documentation comment



commit 494e865e540a1ad3f13ac5f3a38fdb5a4901f7bd
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sun Jan 25 17:09:35 2015 +0000

    gobject: Fix a typo in a documentation comment

 gobject/gobject.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gobject.c b/gobject/gobject.c
index b013c12..a46d1d8 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]