evas: fix typo in thread name setting for ecore-pipe

Thanks to Vincent Torri for pointing this out.
This commit is contained in:
Stefan Schmidt 2016-11-14 10:13:34 +01:00
parent 04ebeca2b2
commit 21e35157ec
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ evas_common_pipe_thread(void *data, Eina_Thread t EINA_UNUSED)
{
Thinfo *thinfo;
eina_thread_name_set(eina_thread_self(), "Eecore-pipe");
eina_thread_name_set(eina_thread_self(), "Ecore-pipe");
// INF("TH [...........");
thinfo = data;
for (;;)