diff options
author | Michael Natterer <mitch@imendio.com> | 2008-09-11 22:05:09 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-09-11 22:05:09 +0000 |
commit | b6d834a58890cb93a55520a7473d9d9d8bfde2c7 (patch) | |
tree | e2cf036cf111adef0629efadebcc78bb56ae9044 /gio/gfileinfo.c | |
parent | dc85674b572227985da075490659d9399a7fd598 (diff) | |
download | glib-b6d834a58890cb93a55520a7473d9d9d8bfde2c7.tar.gz |
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/gfileinfo.c')
-rw-r--r-- | gio/gfileinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |