ecore_imf: fix typo

Change-Id: I2660fa96a0525fcdf9e83e9eb33f449c282f6581
This commit is contained in:
Sungmin Kwak 2016-08-13 15:03:10 +09:00 committed by Jihoon Kim
parent 386548ba8d
commit bf2755efef
1 changed files with 1 additions and 1 deletions

View File

@ -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;