From b6d834a58890cb93a55520a7473d9d9d8bfde2c7 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 11 Sep 2008 22:05:09 +0000 Subject: [PATCH] remove dangling 's' in the documentation. 2008-09-12 Michael Natterer * gfileinfo.c (g_file_info_get_content_type): remove dangling 's' in the documentation. svn path=/trunk/; revision=7471 --- gio/ChangeLog | 5 +++++ gio/gfileinfo.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)