evas_canvas3d_mesh: Fix typo
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 3 May 2017 09:55:21 +0000 (11:55 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 3 May 2017 09:55:21 +0000 (11:55 +0200)
Summary:  Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4838

src/lib/evas/canvas/evas_canvas3d_mesh.eo

index 8cc7449..87fee7a 100644 (file)
@@ -12,7 +12,7 @@ class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Efl.File)
 
            This function make evas read from the given buffer whenever it
            requires. If you want to release the buffer after calling this
-           functions, use @.frame_vertex_data_copy_set instead.
+           function, use @.frame_vertex_data_copy_set instead.
 
            After setting the vertex data, further modifications should be
            protected by map/unmap pair.