From 0527152a2bad9c010fdc64ccd7046341d55dab2e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 6 Jul 2015 13:34:30 +0900 Subject: [PATCH] Fix typo in wayland text input protocol Change-Id: I0f72b67d2bd6b02e9d182c2948f878415956c3fa --- ism/extras/efl_wsc/input-method-client-protocol.h | 6 +++--- ism/extras/efl_wsc/text-client-protocol.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ism/extras/efl_wsc/input-method-client-protocol.h b/ism/extras/efl_wsc/input-method-client-protocol.h index 676b5a2..2ed2e19 100644 --- a/ism/extras/efl_wsc/input-method-client-protocol.h +++ b/ism/extras/efl_wsc/input-method-client-protocol.h @@ -57,7 +57,7 @@ extern const struct wl_interface wl_input_panel_surface_interface; * @preferred_language: (none) * * Corresponds to a text model on input method side. An input method - * context is created on text mode activation on the input method side. It + * context is created on text model activation on the input method side. It * allows to receive information about the text model from the application * via events. Input method contexts do not keep state after deactivation * and should be destroyed after deactivation is handled. @@ -276,7 +276,7 @@ wl_input_method_context_text_direction(struct wl_input_method_context *wl_input_ /** * wl_input_method - input method * @activate: activate event - * @deactivate: activate event + * @deactivate: deactivate event * * An input method object is responsible to compose text in response to * input from hardware or virtual keyboards. There is one input method @@ -296,7 +296,7 @@ struct wl_input_method_listener { struct wl_input_method *wl_input_method, struct wl_input_method_context *id); /** - * deactivate - activate event + * deactivate - deactivate event * @context: (none) * * The text model corresponding to the context argument was diff --git a/ism/extras/efl_wsc/text-client-protocol.h b/ism/extras/efl_wsc/text-client-protocol.h index b8da964..43fd418 100644 --- a/ism/extras/efl_wsc/text-client-protocol.h +++ b/ism/extras/efl_wsc/text-client-protocol.h @@ -242,7 +242,7 @@ struct wl_text_input_listener { * (for example on unfocus). * * The text input should also handle all preedit_style and - * preedit_cursor events occuring directly before preedit_string. + * preedit_cursor events occurring directly before preedit_string. */ void (*preedit_string)(void *data, struct wl_text_input *wl_text_input, -- 2.7.4