stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=21e35157ecae1af49ede3636a19a9b4858e826c2

commit 21e35157ecae1af49ede3636a19a9b4858e826c2
Author: Stefan Schmidt <[email protected]>
Date:   Mon Nov 14 10:13:34 2016 +0100

    evas: fix typo in thread name setting for ecore-pipe
    
    Thanks to Vincent Torri for pointing this out.
---
 src/lib/evas/common/evas_pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/common/evas_pipe.c b/src/lib/evas/common/evas_pipe.c
index e38a72a..55e551b 100644
--- a/src/lib/evas/common/evas_pipe.c
+++ b/src/lib/evas/common/evas_pipe.c
@@ -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 (;;)

-- 


Reply via email to