From: caro Date: Thu, 27 Jan 2011 19:06:39 +0000 (+0000) Subject: typo X-Git-Tag: build/2012-07-04.173327~1353 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3202b65b375a6bccb8600ca8bcfa32f62b3199ff;p=profile%2Fivi%2Fecore.git typo git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_download.c index 3c2acfd..131aabe 100644 --- a/src/lib/ecore_file/ecore_file_download.c +++ b/src/lib/ecore_file/ecore_file_download.c @@ -103,7 +103,7 @@ ecore_file_download_shutdown(void) * @p data is passed to it. The @p status parameter of @p completion_cb * 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 i received or when CURL wants. It can be used to display the + * packet is received or when CURL wants. It can be used to display the * percentage of the downloaded file. 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 ecore_file_download_abort() or