ecore: Minor changes to documentation of ecore_con_url_fd_set
authormike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 11:13:47 +0000 (11:13 +0000)
committermike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 11:13:47 +0000 (11:13 +0000)
Signed-off-By: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61043 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_url.c

index c8db176..8733400 100644 (file)
@@ -691,9 +691,9 @@ ecore_con_url_time(Ecore_Con_Url     *url_con,
 }
 
 /**
- * Setup a file for receiving request data.
+ * Setup a file for receiving response data.
  *
- * Setups a file to have response data written into. Note that
+ * Sets up a file to have response data written into. Note that
  * ECORE_CON_EVENT_URL_DATA events will not be emitted if a file has been set to
  * receive the response data.
  *