From 8ab4b4042ecc8017e27e7ae473bbdd4fffe2f4e3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 7 Jul 2011 09:37:55 +0000 Subject: [PATCH] typo fix! SVN revision: 61108 --- legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c index c1ecd1eca3..06210d3a5b 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c @@ -520,7 +520,7 @@ ecore_imf_context_cursor_location_set(Ecore_IMF_Context *ctx, int x, int y, int if (!ECORE_MAGIC_CHECK(ctx, ECORE_MAGIC_CONTEXT)) { ECORE_MAGIC_FAIL(ctx, ECORE_MAGIC_CONTEXT, - "ecore_imf_context_cursor_position_set"); + "ecore_imf_context_cursor_location_set"); return; } if (ctx->klass->cursor_location_set) ctx->klass->cursor_location_set(ctx, x, y, w, h);