jihoon pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf2755efef392d8889c446d8b03bea1f44c681fd
commit bf2755efef392d8889c446d8b03bea1f44c681fd Author: Sungmin Kwak <sungmin.k...@samsung.com> Date: Sat Aug 13 15:03:10 2016 +0900 ecore_imf: fix typo Change-Id: I2660fa96a0525fcdf9e83e9eb33f449c282f6581 --- src/lib/ecore_imf/ecore_imf_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 4c85775..d6fd854 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -524,7 +524,7 @@ ecore_imf_context_input_mode_get(Ecore_IMF_Context *ctx) if (!ECORE_MAGIC_CHECK(ctx, ECORE_MAGIC_CONTEXT)) { ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT, - "ecore_imf_context_input_mode_set"); + "ecore_imf_context_input_mode_get"); return 0; } return ctx->input_mode; --