diff options
author | Jihoon Kim <imfine98@gmail.com> | 2013-01-29 02:52:53 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2013-01-29 02:52:53 +0000 |
commit | 27968b4fec1350070ad60860bf067b8651a09880 (patch) | |
tree | bb0fc68dc5a917ec090d296c4ad5fc43e6a9dc87 /src/lib/ecore_imf | |
parent | aee571bf18ead564fed819a9f558ffc600a51464 (diff) |
efl/ecore_imf: fix typo in doxygen
SVN revision: 83397
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
803 | * cause the Input Method Context to clear the preedit state or commit the preedit string. | 803 | * cause the Input Method Context to clear the preedit state or commit the preedit string. |
804 | * | 804 | * |
805 | * The operation of ecore_imf_context_reset() depends on the specific characteristics of | 805 | * The operation of ecore_imf_context_reset() depends on the specific characteristics of |
806 | * each langauge. For example, the preedit string is cleared in the Chinese and Japanese Input Method Engine. | 806 | * each language. For example, the preedit string is cleared in the Chinese and Japanese Input Method Engine. |
807 | * However, The preedit string is committed and then cleared in the Korean Input Method Engine. | 807 | * However, The preedit string is committed and then cleared in the Korean Input Method Engine. |
808 | * | 808 | * |
809 | * This function should be called in case of the focus-out and mouse down event callback function. | 809 | * This function should be called in case of the focus-out and mouse down event callback function. |