evas_textblock: fix doc typo

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11845
This commit is contained in:
Ali Alzyod 2020-05-18 07:47:58 +00:00 committed by Stefan Schmidt
parent 7e2ae1e7e3
commit b1a94e45a7
1 changed files with 2 additions and 2 deletions

View File

@ -1068,7 +1068,7 @@ EAPI Evas_Textblock_Cursor *evas_object_textblock_cursor_get(const Evas_Object *
#define EVAS_ERROR_INVALID_OPERATION 0x0003
/** Get the object's content it options.
/** Get the object's content fit options.
*
* @param obj The textblock object.
* @param[out] p_options content fitting options.
@ -1076,7 +1076,7 @@ EAPI Evas_Textblock_Cursor *evas_object_textblock_cursor_get(const Evas_Object *
*/
EAPI int evas_textblock_fit_options_get(const Evas_Object *obj, unsigned int * p_options);
/** Set the object's content it options.
/** Set the object's content fit options.
*
* @param obj The textblock object.
* @param[in] options content fitting options.