summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeongjong Lee <yj34.lee@samsung.com>2018-09-03 10:55:16 +0900
committerShinwoo Kim <cinoo.kim@samsung.com>2018-09-03 10:55:16 +0900
commit4e0b2c2fff72706d302363a604428e5b5342caf9 (patch)
treeb5fba1a7e9281cdff78dfb22d90de9a293ff5d57
parent7b3f7bf9e1d0281c2296fa543999672601942bc9 (diff)
downloadefl-4e0b2c2fff72706d302363a604428e5b5342caf9.tar.gz
docs: Fix typos in API reference doc
Reviewers: segfaultxavi, kimcinoo Reviewed By: kimcinoo Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D6960
-rw-r--r--src/lib/ecore_con/Ecore_Con.h2
-rw-r--r--src/lib/elementary/efl_ui.eot2
-rw-r--r--src/lib/evas/canvas/evas_box.eo6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h
index fc1b059554..ea3e223480 100644
--- a/src/lib/ecore_con/Ecore_Con.h
+++ b/src/lib/ecore_con/Ecore_Con.h
@@ -1246,7 +1246,7 @@ EAPI Ecore_Con_Server *ecore_con_server_add(Ecore_Con_Type type,
* @return A new Ecore_Con_Server.
*
* The socket to which the connection is made depends on the connection type:
- * @li If @a type is @c ECORE_CON_LOCAL_USER, the server will conect to
+ * @li If @a type is @c ECORE_CON_LOCAL_USER, the server will connect to
* the Unix socket. The path to the socket is taken from XDG_RUNTIME_DIR,
* if that is not set, then from HOME, even if this is not set, then from
* TMPDIR. If none is set, then path would be /tmp. From this path the
diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot
index 0fd3622d1e..3a0fa62be6 100644
--- a/src/lib/elementary/efl_ui.eot
+++ b/src/lib/elementary/efl_ui.eot
@@ -44,7 +44,7 @@ enum Efl.Ui.Focus.Move_Policy
enum Efl.Ui.Slider_Indicator_Visible_Mode
{
- [[Slider's indicator visiblity mode.
+ [[Slider's indicator visibility mode.
@since 1.13
]]
diff --git a/src/lib/evas/canvas/evas_box.eo b/src/lib/evas/canvas/evas_box.eo
index 719e50aee2..67d929ef74 100644
--- a/src/lib/evas/canvas/evas_box.eo
+++ b/src/lib/evas/canvas/evas_box.eo
@@ -345,7 +345,7 @@ class Evas.Box (Efl.Canvas.Group)
evas_object_box_option_property_set. See its documentation for
more details.]]
- return: bool; [[$ture on success, $false on failure.]]
+ return: bool; [[$true on success, $false on failure.]]
params {
@in opt: ptr(Evas_Object_Box_Option) @nonull; [[The box option structure bound to the child box element
to set a property on.]]
@@ -379,7 +379,7 @@ class Evas.Box (Efl.Canvas.Group)
Note: This call will trigger the box's
_Evas_Object_Box_Api.remove_at smart function.]]
- return: bool; [[$ture on success, $false on failure.]]
+ return: bool; [[$true on success, $false on failure.]]
params {
@in pos: uint; [[The numeric position (starting from $0) of the child
object to be removed.]]
@@ -392,7 +392,7 @@ class Evas.Box (Efl.Canvas.Group)
This is a variable argument list variant of the
evas_object_box_option_property_get. See its documentation for
more details.]]
- return: bool; [[$ture on success, $false on failure.]]
+ return: bool; [[$true on success, $false on failure.]]
params {
@in opt: ptr(Evas_Object_Box_Option) @nonull; [[The box option structure bound to the child box element
to get a property from.]]