fix typo in documentation
authorBenjamin Otte <otte@gnome.org>
Tue, 16 Jun 2009 13:18:11 +0000 (15:18 +0200)
committerBenjamin Otte <otte@gnome.org>
Thu, 18 Jun 2009 13:27:42 +0000 (15:27 +0200)
gio/gfileenumerator.c

index 3577bb6..6ab0a65 100644 (file)
@@ -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 #GFileInfo<!---->s, whereas the 
  * synchronous will only return the next file in the enumerator.
  *