summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Alzyod <ali198724@gmail.com>2020-05-18 07:47:58 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-26 16:03:51 +0200
commitb1a94e45a7035dfa4b7958149f26524221ef9dca (patch)
tree6221a18e242cd40e3b62d71ae5ecb60494f2d00d
parent7e2ae1e7e3444aeeb2fe5f44bc5d4a2454f390d7 (diff)
downloadefl-b1a94e45a7035dfa4b7958149f26524221ef9dca.tar.gz
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
-rw-r--r--src/lib/evas/canvas/evas_textblock_legacy.h4
1 files 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.