ecore_imf: fix typo
authorSungmin Kwak <sungmin.kwak@samsung.com>
Sat, 13 Aug 2016 06:03:10 +0000 (15:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 15 Aug 2016 23:26:23 +0000 (08:26 +0900)
Change-Id: I2660fa96a0525fcdf9e83e9eb33f449c282f6581

src/lib/ecore_imf/ecore_imf_context.c

index 4c85775..d6fd854 100644 (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;