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 | |
parent | dc85674b572227985da075490659d9399a7fd598 (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/ChangeLog | 5 | ||||
-rw-r--r-- | gio/gfileinfo.c | 2 |
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) |