evas common: fix a typo.

This commit is contained in:
Hermet Park 2016-12-01 17:12:42 +09:00
parent af85217c62
commit c7620cf83c
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ _evas_common_scale_sample_thread(void *data EINA_UNUSED,
Evas_Scale_Msg *msg;
Evas_Scale_Thread *todo = NULL;
eina_thread_name_set(eina_thread_self(), "Eevas-scale-sam");
eina_thread_name_set(eina_thread_self(), "Evas-scale-sam");
do
{
void *ref;