efl/ecore_imf: fix typo in doxygen

SVN revision: 83397
This commit is contained in:
Jihoon Kim 2013-01-29 02:52:53 +00:00
parent aee571bf18
commit 27968b4fec
1 changed files with 1 additions and 1 deletions

View File

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