From 504f189e59a3df7656fb90c06dcd2cff17a70199 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 2 Jun 2016 11:29:42 +0200 Subject: [PATCH] gfileenumerator: Fix typo in docs This probably used to be a part of libgsystem. --- gio/gfileenumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index b07b88adc..954d4264d 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -587,7 +587,7 @@ g_file_enumerator_set_pending (GFileEnumerator *enumerator, * requires allocation of a temporary #GError. * * In contrast, with this function, a %FALSE return from - * gs_file_enumerator_iterate() *always* means + * g_file_enumerator_iterate() *always* means * "error". End of iteration is signaled by @out_info or @out_child being %NULL. * * Another crucial difference is that the references for @out_info and