From 27968b4fec1350070ad60860bf067b8651a09880 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 29 Jan 2013 02:52:53 +0000 Subject: [PATCH] efl/ecore_imf: fix typo in doxygen SVN revision: 83397 --- src/lib/ecore_imf/Ecore_IMF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index c405e7918a..22a8137ea3 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -803,7 +803,7 @@ EAPI void ecore_imf_context_focus_out(Ecore_IMF_Context * cause the Input Method Context to clear the preedit state or commit the preedit string. * * The operation of ecore_imf_context_reset() depends on the specific characteristics of - * each langauge. For example, the preedit string is cleared in the Chinese and Japanese Input Method Engine. + * each language. For example, the preedit string is cleared in the Chinese and Japanese Input Method Engine. * However, The preedit string is committed and then cleared in the Korean Input Method Engine. * * This function should be called in case of the focus-out and mouse down event callback function.