diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 11:39:04 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 11:39:04 -0400 |
commit | 88c118aab3382824cbef245c2687d4b3c6326ff9 (patch) | |
tree | 39a593ba81da41299b1976d2c9f0fc070460597a /glib/gbookmarkfile.c | |
parent | ba6d70a99e735161fb34cf67aef81b29c45e2a5c (diff) | |
download | glib-88c118aab3382824cbef245c2687d4b3c6326ff9.tar.gz |
one missed docs fix
Diffstat (limited to 'glib/gbookmarkfile.c')
-rw-r--r-- | glib/gbookmarkfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index b1fb0b917..0306bc288 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -3045,7 +3045,7 @@ g_bookmark_file_get_groups (GBookmarkFile *bookmark, * If @name is %NULL, the name of the application will be the * same returned by g_get_application_name(); if @exec is %NULL, the * command line will be a composition of the program name as - * returned by g_get_prgname() and the "%u" modifier, which will be + * returned by g_get_prgname() and the "\%u" modifier, which will be * expanded to the bookmark's URI. * * This function will automatically take care of updating the |