From cf95d07691ec2202400f340f1c63aca11f0790c1 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 16 Jun 2009 15:18:11 +0200 Subject: [PATCH] fix typo in documentation --- gio/gfileenumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 3577bb6d..6ab0a650 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -44,7 +44,7 @@ * * To get the next file's information from a #GFileEnumerator, use * g_file_enumerator_next_file() or its asynchronous version, - * g_file_enumerator_next_file_async(). Note that the asynchronous + * g_file_enumerator_next_files_async(). Note that the asynchronous * version will return a list of #GFileInfos, whereas the * synchronous will only return the next file in the enumerator. * -- 2.34.1