From b1a94e45a7035dfa4b7958149f26524221ef9dca Mon Sep 17 00:00:00 2001 From: Ali Alzyod Date: Mon, 18 May 2020 07:47:58 +0000 Subject: [PATCH] evas_textblock: fix doc typo Reviewed-by: Xavi Artigas Reviewed-by: Stefan Schmidt Differential Revision: https://phab.enlightenment.org/D11845 --- src/lib/evas/canvas/evas_textblock_legacy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/canvas/evas_textblock_legacy.h b/src/lib/evas/canvas/evas_textblock_legacy.h index eb638e32a4..13752081f4 100644 --- a/src/lib/evas/canvas/evas_textblock_legacy.h +++ b/src/lib/evas/canvas/evas_textblock_legacy.h @@ -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.