diff --git a/gio/ChangeLog b/gio/ChangeLog index 5d27bdeb1..318df1bb1 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-09-12 Michael Natterer + + * gfileinfo.c (g_file_info_get_content_type): remove dangling 's' + in the documentation. + 2008-09-08 Christian Neumair * gunixmount.c (eject_unmount_read_error), (eject_unmount_do): diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index 7fe6b64aa..b772fee62 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -1325,7 +1325,7 @@ g_file_info_get_icon (GFileInfo *info) * * Gets the file's content type. * - * Returns: a string containing the file's content type.s + * Returns: a string containing the file's content type. **/ const char * g_file_info_get_content_type (GFileInfo *info)