diff options
author | Sungmin Kwak <sungmin.kwak@samsung.com> | 2016-08-13 15:03:10 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2016-08-16 08:26:23 +0900 |
commit | bf2755efef392d8889c446d8b03bea1f44c681fd (patch) | |
tree | e37f86e228f9c0495459ac27bddd9fed02633383 /src/lib/ecore_imf/ecore_imf_context.c | |
parent | 386548ba8dff7ed9a3013e3bb8a0350e97a272ca (diff) |
ecore_imf: fix typo
Change-Id: I2660fa96a0525fcdf9e83e9eb33f449c282f6581
Diffstat (limited to 'src/lib/ecore_imf/ecore_imf_context.c')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 4c857753c5..d6fd854035 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) | |||
524 | if (!ECORE_MAGIC_CHECK(ctx, ECORE_MAGIC_CONTEXT)) | 524 | if (!ECORE_MAGIC_CHECK(ctx, ECORE_MAGIC_CONTEXT)) |
525 | { | 525 | { |
526 | ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT, | 526 | ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT, |
527 | "ecore_imf_context_input_mode_set"); | 527 | "ecore_imf_context_input_mode_get"); |
528 | return 0; | 528 | return 0; |
529 | } | 529 | } |
530 | return ctx->input_mode; | 530 | return ctx->input_mode; |