From c4858eabda49528c65f0304547b94c366e0fb9b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 31 Mar 2008 03:32:28 +0000 Subject: [PATCH] Fix some documentation typos. (#524950, Rob Bradford) 2008-03-30 Matthias Clasen * gfileenumerator.c: * gfile.c: Fix some documentation typos. (#524950, Rob Bradford) svn path=/branches/glib-2-16/; revision=6774 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 4 ++-- gio/gfileenumerator.c | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 2e05c1462..a94e90497 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 Matthias Clasen + + * gfileenumerator.c: + * gfile.c: Fix some documentation typos. (#524950, Rob Bradford) + 2008-03-28 Alexander Larsson * gfile.c: diff --git a/gio/gfile.c b/gio/gfile.c index 9e65a4b4f..39d039ae5 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -85,11 +85,11 @@ * there may be multiple aliases for the same file. For instance, hard or * soft links may cause two different #GFiles to refer to the same file. * Other possible causes for aliases are: case insensitive filesystems, short - * and long names on Fat/NTFS, or bind mounts in linux. If you want to check if + * and long names on Fat/NTFS, or bind mounts in Linux. If you want to check if * two #GFiles point to the same file you can query for the * %G_FILE_ATTRIBUTE_ID_FILE attribute. Note that #GFile does some trivial * canonicalization of pathnames passed in, so that trivial differences in the - * path string used at creation (dupplicated slashes, slash at end of path, "." + * path string used at creation (duplicated slashes, slash at end of path, "." * or ".." path segments, etc) does not create different #GFiles. * * Many #GFile operations have both synchronous and asynchronous versions diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 3bca6fc76..324646228 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -336,8 +336,9 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator, * * Finishes the asynchronous operation started with g_file_enumerator_next_files_async(). * - * Returns: a #GList of #GFileInfos. You must free the list with g_list_free - * and unref the infos with g_object_unref when your done with them. + * Returns: a #GList of #GFileInfos. You must free the list with + * g_list_free() and unref the infos with g_object_unref when you're + * done with them. **/ GList * g_file_enumerator_next_files_finish (GFileEnumerator *enumerator,