From 0f7ddd0e1b84969fda2e557a6b45820bb1778186 Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Thu, 29 Sep 2016 14:18:09 +0530 Subject: [PATCH] Fixed: Spelling mistakes. Change-Id: Ibf5548bd93649ff0cb2c0732ac522c597dcd3035 Signed-off-by: Nishant Chaprana --- packaging/ug-setting-wifidirect-efl.spec | 2 +- popup-wifidirect/src/wfd-app-client.c | 2 +- popup-wifidirect/src/wfd-app-popup-view.c | 2 +- popup-wifidirect/src/wfd-app-util.c | 2 +- ug-wifidirect/src/wfd_motion_control.c | 2 +- ug-wifidirect/src/wfd_ug_main_view.c | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packaging/ug-setting-wifidirect-efl.spec b/packaging/ug-setting-wifidirect-efl.spec index a1d08b6..055828c 100644 --- a/packaging/ug-setting-wifidirect-efl.spec +++ b/packaging/ug-setting-wifidirect-efl.spec @@ -1,6 +1,6 @@ Name: ug-setting-wifidirect-efl Summary: Wi-Fi Direct setting UI gadget -Version: 1.11.77 +Version: 1.11.78 Release: 1 Group: Applications/Network License: Flora-1.1 diff --git a/popup-wifidirect/src/wfd-app-client.c b/popup-wifidirect/src/wfd-app-client.c index cef7254..af29d58 100644 --- a/popup-wifidirect/src/wfd-app-client.c +++ b/popup-wifidirect/src/wfd-app-client.c @@ -442,7 +442,7 @@ void _cb_connection(int error_code, wifi_direct_connection_state_e connection_st WFD_APP_LOG(WFD_APP_LOG_LOW, "WPS type: WIFI_DIRECT_WPS_TYPE_PIN_KEYPAD"); wfd_prepare_popup(WFD_POP_APRV_CONNECTION_WPS_KEYPAD_REQ, NULL); } else { - WFD_APP_LOG(WFD_APP_LOG_ERROR, "wps_config is unkown!\n"); + WFD_APP_LOG(WFD_APP_LOG_ERROR, "wps_config is unknown!\n"); break; } int res = display_change_state(LCD_NORMAL); diff --git a/popup-wifidirect/src/wfd-app-popup-view.c b/popup-wifidirect/src/wfd-app-popup-view.c index f0d55bf..a669fb7 100755 --- a/popup-wifidirect/src/wfd-app-popup-view.c +++ b/popup-wifidirect/src/wfd-app-popup-view.c @@ -599,7 +599,7 @@ static Eina_Bool _keypad_popup_timer_cb(void *data) * @param[in] title the pointer to the title of edit field * @param[in] guide the pointer to the text of guide * @param[in] single_line whether it can support single line - * @param[in] is_editable whether it is avaliable to edit + * @param[in] is_editable whether it is available to edit */ /*static Evas_Object *_add_edit_field(Evas_Object *parent, const char *title, const char *guide, Eina_Bool single_line, Eina_Bool is_editable) { diff --git a/popup-wifidirect/src/wfd-app-util.c b/popup-wifidirect/src/wfd-app-util.c index dbf83ea..10b67c1 100644 --- a/popup-wifidirect/src/wfd-app-util.c +++ b/popup-wifidirect/src/wfd-app-util.c @@ -524,7 +524,7 @@ static void _wfd_wifi_status_changed(keynode_t *node, void *user_data) /* * Currently, WiFi Direct OFF is handled at net-config. * Also, this patch is added to support ON-DEMAND launch destroy popup. - * This patch will handle 5sec deadlock of popup destory from + * This patch will handle 5sec deadlock of popup destroy from * wfd-manager. */ /* wfd_app_client_switch_off(ad); */ diff --git a/ug-wifidirect/src/wfd_motion_control.c b/ug-wifidirect/src/wfd_motion_control.c index d09fd13..ad8509c 100755 --- a/ug-wifidirect/src/wfd_motion_control.c +++ b/ug-wifidirect/src/wfd_motion_control.c @@ -169,7 +169,7 @@ void motion_create(struct ug_data *ugd) goto fail; } - DBG(LOG_INFO, "Succesfully, Init Sensor Handle\n"); + DBG(LOG_INFO, "Successfully, Init Sensor Handle\n"); return; fail: diff --git a/ug-wifidirect/src/wfd_ug_main_view.c b/ug-wifidirect/src/wfd_ug_main_view.c index abf2f20..a53be85 100755 --- a/ug-wifidirect/src/wfd_ug_main_view.c +++ b/ug-wifidirect/src/wfd_ug_main_view.c @@ -417,7 +417,7 @@ void free_gl_peer(device_type_s **start_pos, const char *mac_addr, int *cnt) } /** - * This function let the ug call it when click avaliable peer to connect + * This function let the ug call it when click available peer to connect * @return void * @param[in] data the pointer to the main data structure * @param[in] obj the pointer to the evas object @@ -927,10 +927,10 @@ static bool __wfd_is_device_busy(struct ug_data *ugd, device_type_s *dev) } /** - * This function let the ug calculate how many devices are avaliable + * This function let the ug calculate how many devices are available * @return TRUE * @param[in] ugd the pointer to the main data structure - * @param[in] dev the pointer to the number of avaliable devices + * @param[in] dev the pointer to the number of available devices */ static bool __wfd_is_any_device_available(struct ug_data *ugd, int* no_of_available_dev) { @@ -1104,7 +1104,7 @@ void wfd_free_nodivice_item(struct ug_data *ugd) } /** - * This function let the ug create avaliable device list + * This function let the ug create available device list * @return 0 * @param[in] data the pointer to the main data structure */ -- 2.7.4