From: Benjamin Otte Date: Tue, 16 Jun 2009 13:18:11 +0000 (+0200) Subject: fix typo in documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=cf95d07691ec2202400f340f1c63aca11f0790c1;p=dana%2Fcg-glib.git fix typo in documentation --- 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. *