stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b1a94e45a7035dfa4b7958149f26524221ef9dca

commit b1a94e45a7035dfa4b7958149f26524221ef9dca
Author: Ali Alzyod <[email protected]>
Date:   Mon May 18 07:47:58 2020 +0000

    evas_textblock: fix doc typo
    
    Reviewed-by: Xavi Artigas <[email protected]>
    Reviewed-by: Stefan Schmidt <[email protected]>
    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.

-- 


Reply via email to