elementary/transit - fixed typo

SVN revision: 58589
This commit is contained in:
ChunEon Park 2011-04-12 11:05:52 +00:00
parent 2b735983c4
commit fe4cbef49f
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ elm_transit_add(void)
* time. Make sure the @p transit object is still alive with * time. Make sure the @p transit object is still alive with
* elm_transit_del_cb_set() function. * elm_transit_del_cb_set() function.
* All added effects will be deleted, calling its repective data_free_cb * All added effects will be deleted, calling its repective data_free_cb
* functions. The function setted by elm_tansit_del_cb_set() will be called. * functions. The function setted by elm_transit_del_cb_set() will be called.
* *
* @see elm_transit_del_cb_set() * @see elm_transit_del_cb_set()
* *