Discussion:
[EGIT] [core/efl] master 01/01: ecore: fix typo in comments.
Cedric BAIL
2018-12-07 11:56:22 UTC
Permalink
xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4a196b99d5371ec7b43a1c166436e469bd83e57c

commit 4a196b99d5371ec7b43a1c166436e469bd83e57c
Author: Cedric BAIL <***@osg.samsung.com>
Date: Fri Dec 7 12:54:38 2018 +0100

ecore: fix typo in comments.

Summary: Depends on D7391

Reviewers: bu5hm4n, segfaultxavi, kimcinoo

Reviewed By: kimcinoo

Subscribers: kimcinoo, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7472

Differential Revision: https://phab.enlightenment.org/D7392
---
src/tests/ecore/efl_app_test_promise.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/ecore/efl_app_test_promise.c b/src/tests/ecore/efl_app_test_promise.c
index 6d6d9a6f82..dfd92f6b8b 100644
--- a/src/tests/ecore/efl_app_test_promise.c
+++ b/src/tests/ecore/efl_app_test_promise.c
@@ -280,7 +280,7 @@ _cancel_cb(void *data, const Eina_Value v, const Eina_Future *dead_future EINA_U
ERROR_CHECK(v, ECANCELED);
(*cancel_count)++;
/* Although this function returns an INT Eina_Value, the next
- _cancel_cb must receive a EINA_VALYE_TYPE_ERROR as ECANCELED */
+ _cancel_cb must receive a EINA_VALUE_TYPE_ERROR as ECANCELED */
return new_v;
}


--

Loading...