typo
authorVincent Torri <vincent.torri@gmail.com>
Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)
SVN revision: 56328

legacy/ecore/src/lib/ecore_file/ecore_file_download.c

index 3c2acfd..131aabe 100644 (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