summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2019-01-10 15:40:58 +0900
committerHermet Park <hermetpark@gmail.com>2019-01-10 15:40:58 +0900
commit98c8ddd2fe7cb10650c24cfd5018be5813d1bceb (patch)
treea6e4ede81da047f3e1524ddc7333b4be10e0dc8c
parenta5040e029dfa3c2aba16d4efb5142049bc56b38a (diff)
downloadefl-98c8ddd2fe7cb10650c24cfd5018be5813d1bceb.tar.gz
evas doc: fix minor typos.
-rw-r--r--src/lib/evas/Evas_Legacy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h
index 380e21a1a8..28ca5a4d1a 100644
--- a/src/lib/evas/Evas_Legacy.h
+++ b/src/lib/evas/Evas_Legacy.h
@@ -3593,8 +3593,8 @@ EAPI Evas_Object *evas_object_rectangle_add(Evas *e) EINA_WARN_UNUSED_RESULT EIN
* @param e The given canvas.
* @return The created vector object handle.
*
- * The shape object hirarchy can be added to the evas_object_vg by accessing
- * the rootnode of the vg canvas and adding the hirarchy as child to the root
+ * The shape object hierarchy can be added to the evas_object_vg by accessing
+ * the root node of the vg canvas and adding the hierarchy as child to the root
* node.
*
* @see evas_obj_vg_root_node_get()
@@ -3606,7 +3606,7 @@ EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_N
#include "canvas/efl_canvas_vg_object.eo.legacy.h"
#include "canvas/efl_canvas_vg_container.eo.legacy.h"
/**
- * Creates a new vector shape object \.
+ * Creates a new vector shape object.
*
* @param parent The given vector container object.
* @return The created vector shape object handle.
@@ -3616,7 +3616,7 @@ EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_N
EAPI Efl_VG* evas_vg_shape_add(Efl_VG *parent);
/**
- * Creates a new vector container object \.
+ * Creates a new vector container object.
*
* @param parent The given vector container object.
* @return The created vector container object handle.