evas: fix spelling for "ptimitive"

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Bryce Harrington 2017-04-19 10:38:39 -07:00 committed by Cedric BAIL
parent 642e7357f8
commit 4768b38e6c
1 changed files with 3 additions and 2 deletions

View File

@ -212,8 +212,9 @@
* @defgroup Evas_Canvas3D_Primitive Primitive Object
* @ingroup Evas_3D
*
* A primitive object is an object with necessary data for creating meshes with ptimitive shapes.
* Data from a primitive can be set to Evas_Canvas3D_Mesh by using evas_canvas3d_mesh_from_primitive_set()
* A primitive object is an object with necessary data for creating
* meshes with primitive shapes. Data from a primitive can be set to
* Evas_Canvas3D_Mesh by using evas_canvas3d_mesh_from_primitive_set()
* function.
*/