From: jihoon Date: Fri, 23 Mar 2012 08:37:13 +0000 (+0000) Subject: ecore_imf_context.c: fix typos in doxygen X-Git-Tag: 2.0_alpha~47^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42e7392440bd86721d6e6e24baa540d2c669d708;p=framework%2Fuifw%2Fecore.git ecore_imf_context.c: fix typos in doxygen git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 6392f9b..423c461 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -433,7 +433,7 @@ ecore_imf_context_preedit_string_get(Ecore_IMF_Context *ctx, char **str, int *cu } /** - * Retrieve the current preedit string, atrributes and + * Retrieve the current preedit string, attributes and * cursor position for the Input Method Context. * * @param ctx An #Ecore_IMF_Context. @@ -1237,7 +1237,7 @@ ecore_imf_context_event_callback_add(Ecore_IMF_Context *ctx, Ecore_IMF_Callback_ * @see ecore_imf_context_event_callback_add() for more details * * @param ctx Ecore_IMF_Context to remove a callback from. - * @param type The type of event that was trigerring the callback + * @param type The type of event that was triggering the callback * @param func The (callback) function that was to be called when the event was triggered * @return the data pointer * @ingroup Ecore_IMF_Context_Group @@ -1530,8 +1530,8 @@ ecore_imf_context_input_panel_enabled_get(Ecore_IMF_Context *ctx) /** * Set the input panel-specific data to deliver to the input panel. - * this API is used by applications to deliver specific data to the input panel. - * the data format MUST be negotiated by both application and the input panel. + * This API is used by applications to deliver specific data to the input panel. + * The data format MUST be negotiated by both application and the input panel. * The size and format of data are defined by the input panel. * * @param ctx An #Ecore_IMF_Context.