fix a typo

svn path=/trunk/; revision=7823
This commit is contained in:
Matthias Clasen 2009-01-20 17:05:26 +00:00
parent ce9729b2fb
commit a5156974cc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 568294 A wrong reference in the description of
g_bookmark_file_add_application()
* glib/gbookmarkfile.c (g_bookmark_file_add_application):
Fix a typo in the docs. Pointed out by Takeshi Aihana
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.5 ===

View File

@ -3002,7 +3002,7 @@ g_bookmark_file_get_groups (GBookmarkFile *bookmark,
* time the application registered this bookmark.
*
* If @name is %NULL, the name of the application will be the
* same returned by g_get_application(); if @exec is %NULL, 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
* expanded to the bookmark's URI.