From 708d4178ceb34586a630afc4597008cf5e9f3a12 Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 15:16:59 +0000 Subject: [PATCH] docs: Fix g_key_file_load_from_file error parameter --- glib/gkeyfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index 5f3610c..62ad387 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -818,7 +818,7 @@ g_key_file_load_from_fd (GKeyFile *key_file, * @error: return location for a #GError, or %NULL * * Loads a key file into an empty #GKeyFile structure. - * If the file could not be loaded then %error is set to + * If the file could not be loaded then @error is set to * either a #GFileError or #GKeyFileError. * * Return value: %TRUE if a key file could be loaded, %FALSE otherwise -- 2.7.4