From 351fff318d553a65398bea8b50ab7c1c80370c6f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 17 Oct 2019 18:34:43 +0900 Subject: [PATCH] Fix typos Change-Id: Ic19192d50af3a4322dca4fd1c53d59f14832e270 Signed-off-by: Jihoon Kim --- ism/extras/efl_panel/isf_panel_efl.cpp | 4 ++-- ism/extras/efl_panel/remote_input.cpp | 2 +- .../panelagent/wayland/wayland_panel_agent_module.cpp | 2 +- ism/src/isf_info_manager.cpp | 14 +++++++------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ism/extras/efl_panel/isf_panel_efl.cpp b/ism/extras/efl_panel/isf_panel_efl.cpp index b462733..0fcfcca 100644 --- a/ism/extras/efl_panel/isf_panel_efl.cpp +++ b/ism/extras/efl_panel/isf_panel_efl.cpp @@ -4201,7 +4201,7 @@ static Ecore_X_Window efl_get_clipboard_window (void) } /** - * @brief Get global natigation window's x window id. + * @brief Get global navigation window's x window id. * * @return the X window id of global navigation. */ @@ -6970,7 +6970,7 @@ static void change_keyboard_mode (TOOLBAR_MODE_T mode) if (_MOBILE) { notification_status_message_post (_("Input detected from hardware keyboard")); - /* Read configuations for notification app (isf-kbd-mode-changer) */ + /* Read configurations for notification app (isf-kbd-mode-changer) */ String kbd_mode_changer = scim_global_config_read (String (SCIM_GLOBAL_CONFIG_DEFAULT_KBD_MODE_CHANGER_PROGRAM), String ("")); hwkbd_module_noti.launch_app = kbd_mode_changer; LOGD ("Create kbd_mode_changer notification with : %s", kbd_mode_changer.c_str ()); diff --git a/ism/extras/efl_panel/remote_input.cpp b/ism/extras/efl_panel/remote_input.cpp index 54b9ad6..2441219 100644 --- a/ism/extras/efl_panel/remote_input.cpp +++ b/ism/extras/efl_panel/remote_input.cpp @@ -165,7 +165,7 @@ void Remote_Input::init (InfoManager* info_manager) /* Create web socket server for remote input */ if (launch_web_server) { g_web_socket_server = new WebSocketServer(); - LOGD("Lanuched Web server!"); + LOGD("Launched Web server!"); if (g_web_socket_server) { g_web_socket_server->init(); } diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index bf267d3..0246c03 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -2441,7 +2441,7 @@ set_ic_capabilities (WSCContextISF *ic) //useless #if 0 -/* Panel Requestion functions. */ +/* Panel Request functions. */ static void panel_req_show_help (WSCContextISF *ic) { diff --git a/ism/src/isf_info_manager.cpp b/ism/src/isf_info_manager.cpp index 393f72a..d221678 100644 --- a/ism/src/isf_info_manager.cpp +++ b/ism/src/isf_info_manager.cpp @@ -1534,7 +1534,7 @@ public: SCIM_DEBUG_MAIN (4) << "InfoManager::prelaunch_helper_ise ()\n"; /* NOTE : - * Currenlty the SHOW_PREPARE hint is delivered only to the already-running ISEs. + * Currently the SHOW_PREPARE hint is delivered only to the already-running ISEs. * If the newly launched ise also has to be notified of given optimization hint, * we'll need to mark the hint somewhere and send the message when a newly launched * ise connects to the panel. @@ -1873,7 +1873,7 @@ public: //ISM_TRANS_CMD_RESET_ISE_OPTION //reply SCIM_TRANS_CMD_OK bool reset_ise_option (int client_id) { - SCIM_DEBUG_MAIN (1) << "InfoManager::resect_ise_option ()\n"; + SCIM_DEBUG_MAIN (1) << "InfoManager::reset_ise_option ()\n"; int client = -1; uint32 context; lock (); @@ -3011,8 +3011,8 @@ public: SCIM_DEBUG_MAIN(4) << "It's a CONFIG_CLIENT client.\n"; } LOGI ("clients: %zu, panel clients: %zu, imcontrols size: %zu, helper infos: %zu, \ -helper active infos: %zu, helper client indexs: %zu, ises pending: %zu, \ -imcontrols: %zu, start helper ic indexs: %zu, client context uuids: %zu, \ +helper active infos: %zu, helper client indexes: %zu, ises pending: %zu, \ +imcontrols: %zu, start helper ic indexes: %zu, client context uuids: %zu, \ client context helpers: %zu, helpers uuid count: %zu", m_client_repository.size(), m_panel_client_map.size(), @@ -3445,7 +3445,7 @@ client context helpers: %zu, helpers uuid count: %zu", uint32 ic = get_helper_ic (m_panel_client_map[client_id], context); if (it != m_helper_client_index.end ()) { - SCIM_DEBUG_MAIN (5) << "Decrase the Reference count.\n"; + SCIM_DEBUG_MAIN (5) << "Decrease the Reference count.\n"; -- it->second.ref; String ic_uuid; /* Get the context uuid from the client context registration table. */ @@ -3560,7 +3560,7 @@ client context helpers: %zu, helpers uuid count: %zu", if (client_info.type == FRONTEND_CLIENT) { /* If the original context value is greater than 0x7FFF, the line below would not work properly - since the target_context acquired by get_imengnie_client_context() is always smaller than 0x7FFF. + since the target_context acquired by get_imengine_client_context() is always smaller than 0x7FFF. But since the send_imengine_event() of scim_helper module will call IMEngine's process_helper_event() function directly, instead of sending SEND_IMENGINE_EVENT message. So we are not going to handle this kind of exceptional case for now. */ @@ -3880,7 +3880,7 @@ client context helpers: %zu, helpers uuid count: %zu", unlock (); if (result) { - LOGD ("Succeed to regster IME : %s", info.uuid.c_str ()); + LOGD ("Succeed to register IME : %s", info.uuid.c_str ()); m_signal_register_helper (client, info); } } -- 2.7.4