=?utf-8?q?=5Bglib=5D_docs=3A_Typo_fix_GInitiable_=E2=86=92_GInitable?=



commit 4e6c2b88b9d071d5aedfdafb2b55533d46c5f266
Author: David King <amigadave amigadave com>
Date:   Sat Feb 18 09:24:42 2012 +0000

    docs: Typo fix GInitiable â GInitable

 gio/ginitable.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/ginitable.c b/gio/ginitable.c
index 9c7acfc..b68e5c8 100644
--- a/gio/ginitable.c
+++ b/gio/ginitable.c
@@ -126,7 +126,7 @@ g_initable_init (GInitable     *initable,
  * @...:  the value if the first property, followed by and other property
  *    value pairs, and ended by %NULL.
  *
- * Helper function for constructing #GInitiable object. This is
+ * Helper function for constructing #GInitable object. This is
  * similar to g_object_new() but also initializes the object
  * and returns %NULL, setting an error on failure.
  *
@@ -162,7 +162,7 @@ g_initable_new (GType          object_type,
  * @error: a #GError location to store the error occurring, or %NULL to
  *     ignore.
  *
- * Helper function for constructing #GInitiable object. This is
+ * Helper function for constructing #GInitable object. This is
  * similar to g_object_newv() but also initializes the object
  * and returns %NULL, setting an error on failure.
  *
@@ -202,7 +202,7 @@ g_initable_newv (GType          object_type,
  * @error: a #GError location to store the error occurring, or %NULL to
  *     ignore.
  *
- * Helper function for constructing #GInitiable object. This is
+ * Helper function for constructing #GInitable object. This is
  * similar to g_object_new_valist() but also initializes the object
  * and returns %NULL, setting an error on failure.
  *



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