From 8c75bff8c904ab562c0efce72d4706ffba1a1b86 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 28 Jan 2011 14:38:53 +0000 Subject: [PATCH] ,++ in docs SVN revision: 56343 --- legacy/ecore/src/lib/ecore_file/ecore_file_download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_download.c b/legacy/ecore/src/lib/ecore_file/ecore_file_download.c index 04d61bd7ac..26433cd744 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_download.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_download.c @@ -104,7 +104,7 @@ ecore_file_download_shutdown(void) * will be filled with the status of the download (200, 404,...). The * @p progress_cb is called during the download operation, each time a * packet is received or when CURL wants. It can be used to display the - * percentage of the downloaded file. Return 0 from this callback if provided + * percentage of the downloaded file. Return 0 from this callback, if provided, * to continue the operation or anything else to abort the download. The only * operations that can be aborted are those with protocol 'http' or 'ftp'. In * that case @p job_ret can be filled. It can be used with