ecore: Minor changes to documentation of ecore_con_url_fd_set

Signed-off-By: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 61043
This commit is contained in:
Sanjeev BA 2011-07-05 11:13:47 +00:00 committed by Mike McCormack
parent 2e00abb45f
commit d5208c6ed9
1 changed files with 2 additions and 2 deletions

View 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.
*