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
This commit is contained in:
Michael Natterer 2008-09-11 22:05:09 +00:00 committed by Michael Natterer
parent dc85674b57
commit b6d834a588
2 changed files with 6 additions and 1 deletions

View 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):

View 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)