From 0e0b18e0cd56eb5100926057caf5b5ebdad25251 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 30 Jul 2018 21:13:28 +0100 Subject: [PATCH] docs: Fix a minor syntax error in a documentation comment Signed-off-by: Philip Withnall --- glib/gbookmarkfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index bbbc66e5d..1636af7ed 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -1774,7 +1774,7 @@ find_file_in_data_dirs (const gchar *file, * This function looks for a desktop bookmark file named @file in the * paths returned from g_get_user_data_dir() and g_get_system_data_dirs(), * loads the file into @bookmark and returns the file's full path in - * @full_path. If the file could not be loaded then an %error is + * @full_path. If the file could not be loaded then @error is * set to either a #GFileError or #GBookmarkFileError. * * Returns: %TRUE if a key file could be loaded, %FALSE otherwise -- 2.11.4.GIT