jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c88aadb42a0193492de12100e9c491af3d72429e
commit c88aadb42a0193492de12100e9c491af3d72429e Author: Bryce Harrington <br...@osg.samsung.com> Date: Tue Sep 19 12:15:55 2017 +0900 efl interfaces: Fix typo in doc Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5209 --- src/lib/efl/interfaces/efl_gfx_path.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index 1862a34b82..2311c74a33 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo @@ -259,7 +259,7 @@ mixin Efl.Gfx.Path [[Creates intermediary path part-way between two paths Sets the points of the $obj as the linear interpolation of the points - in the $from and to $paths. The path's x,y position and control + in the $from and $to paths. The path's x,y position and control point coordinates are likewise interpolated. The $from and $to paths must not already have equivalent points, --