summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-09-11 22:05:09 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-09-11 22:05:09 +0000
commitb6d834a58890cb93a55520a7473d9d9d8bfde2c7 (patch)
treee2cf036cf111adef0629efadebcc78bb56ae9044 /gio
parentdc85674b572227985da075490659d9399a7fd598 (diff)
remove dangling 's' in the documentation.
2008-09-12 Michael Natterer <mitch@imendio.com> * gfileinfo.c (g_file_info_get_content_type): remove dangling 's' in the documentation. svn path=/trunk/; revision=7471
Diffstat (limited to 'gio')
-rw-r--r--gio/ChangeLog5
-rw-r--r--gio/gfileinfo.c2
2 files changed, 6 insertions, 1 deletions
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 <mitch@imendio.com>
+
+ * gfileinfo.c (g_file_info_get_content_type): remove dangling 's'
+ in the documentation.
+
2008-09-08 Christian Neumair <cneumair@gnome.org>
* 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)