From 835c03a5c1c980490543ad5d1fe426a1e5a62af9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 18 Jun 2009 15:27:12 +0200 Subject: [PATCH] syntax fix in documentation --- gio/gfileenumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 6ab0a6500..f97ce917f 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -392,7 +392,7 @@ 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 you're + * g_list_free() and unref the infos with g_object_unref() when you're * done with them. **/ GList *