cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=14e65920ffad432239614b6e59226b9a3c9600b8

commit 14e65920ffad432239614b6e59226b9a3c9600b8
Author: Yomi <[email protected]>
Date:   Mon Feb 16 11:58:48 2015 +0100

    evas: fix misspellings in evas_render2.
    
    Summary: fix misspellings of 'canvas' and 'work' in the comments.
    
    Reviewers: raster
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D1972
    
    Signed-off-by: Cedric BAIL <[email protected]>
---
 src/lib/evas/canvas/evas_render2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_render2.c 
b/src/lib/evas/canvas/evas_render2.c
index 0c0b29a..4b30543 100644
--- a/src/lib/evas/canvas/evas_render2.c
+++ b/src/lib/evas/canvas/evas_render2.c
@@ -388,9 +388,9 @@ _evas_render2_begin(Eo *eo_e, Eina_Bool make_updates,
         // send off rendering to primary thread renderer
         if (do_async)
           {
-             // ref the canvas so it stays while threads wortk
+             // ref the canvas so it stays while threads work
              eo_ref(eo_e);
-             // track hanvas in list of things going in the background
+             // track canvas in list of things going in the background
              e->rendering = EINA_TRUE;
              _rendering = eina_list_append(_rendering, eo_e);
              // queue the render thread command

-- 


Reply via email to