efl/ecore_imf: fix typo in doxygen
authorJihoon Kim <imfine98@gmail.com>
Tue, 29 Jan 2013 02:52:53 +0000 (02:52 +0000)
committerJihoon Kim <imfine98@gmail.com>
Tue, 29 Jan 2013 02:52:53 +0000 (02:52 +0000)
SVN revision: 83397

src/lib/ecore_imf/Ecore_IMF.h

index c405e79..22a8137 100644 (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.