From 4e6c2b88b9d071d5aedfdafb2b55533d46c5f266 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 18 Feb 2012 09:24:42 +0000 Subject: [PATCH] =?utf8?q?docs:=20Typo=20fix=20GInitiable=20=E2=86=92=20GI?= =?utf8?q?nitable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gio/ginitable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/ginitable.c b/gio/ginitable.c index 9c7acfc97..b68e5c81a 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. * -- 2.11.0