typo
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Jan 2011 19:06:39 +0000 (19:06 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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