From 4a196b99d5371ec7b43a1c166436e469bd83e57c Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 7 Dec 2018 12:54:38 +0100 Subject: [PATCH] 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; }