SVN revision: 56328
This commit is contained in:
Vincent Torri 2011-01-27 19:06:39 +00:00
parent 978741a789
commit d7ab1f34f3
1 changed files with 1 additions and 1 deletions

View File

@ -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