docs: Fix g_key_file_load_from_file error parameter
authorDavid King <amigadave@amigadave.com>
Sun, 19 Feb 2012 15:16:59 +0000 (15:16 +0000)
committerRyan Lortie <desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:54 +0000 (01:10 +0100)
glib/gkeyfile.c

index 5f3610c..62ad387 100644 (file)
@@ -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