evas vector: fix typo.

This commit is contained in:
Hermet Park 2018-10-10 14:19:18 +09:00
parent fc3135ce2c
commit 1bc57942c0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define MY_CLASS EFL_CANVAS_VG_OBJECT_CLASS
/* private magic number for rectangle objects */
/* private magic number for vector objects */
static const char o_type[] = "vectors";
const char *o_vg_type = o_type;