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
This commit is contained in:
Yeongjong Lee 2018-09-03 10:55:16 +09:00 committed by Shinwoo Kim
parent 7b3f7bf9e1
commit 4e0b2c2fff
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
]]

View File

@ -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.]]