remove dangling 's' in the documentation.
authorMichael Natterer <mitch@imendio.com>
Thu, 11 Sep 2008 22:05:09 +0000 (22:05 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Thu, 11 Sep 2008 22:05:09 +0000 (22:05 +0000)
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

gio/ChangeLog
gio/gfileinfo.c

index 5d27bde..318df1b 100644 (file)
@@ -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):
index 7fe6b64..b772fee 100644 (file)
@@ -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)