stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=89a4d2766438309ee13ee042f0a8c2bc47cd1a7d
commit 89a4d2766438309ee13ee042f0a8c2bc47cd1a7d Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Tue Oct 25 15:26:05 2016 +0200 docs: gfx interfaces: fix some typos in docs --- src/lib/efl/interfaces/efl_gfx_types.eot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot b/src/lib/efl/interfaces/efl_gfx_types.eot index db6962d..29841a6 100644 --- a/src/lib/efl/interfaces/efl_gfx_types.eot +++ b/src/lib/efl/interfaces/efl_gfx_types.eot @@ -36,7 +36,7 @@ enum Efl.Gfx.Path.Command_Type { move_to, [[The next point is the start point of a sub path.]] line_to, [[The next point is used to draw a line from current point.]] cubic_to, [[The next three point is used to draw a cubic bezier curve from current point.]] - close, [[Close the curent subpath by drawing a line between current point and the first point of current subpath.]] + close, [[Close the current subpath by drawing a line between current point and the first point of current subpath.]] last [[Sentinel value to indicate last enum field during iteration]] } @@ -91,7 +91,7 @@ struct Efl.Gfx.Dash { @since 1.14 ]] length: double; [[Dash drawing length.]] - gap: double; [[Distance bettwen two dashes.]] + gap: double; [[Distance between two dashes.]] } struct Efl.Gfx.Gradient.Stop @@ -103,8 +103,8 @@ struct Efl.Gfx.Gradient.Stop offset: double; [[The location of the gradient stop within the gradient vector]] r: int; [[The component R color of the gradient stop]] g: int; [[The component G color of the gradient stop]] - b: int; [[The component B color of the graident stop]] - a: int; [[The component A color of the graident stop]] + b: int; [[The component B color of the gradient stop]] + a: int; [[The component A color of the gradient stop]] } struct Efl.Gfx.Stroke.Color --