Fixed: Spelling mistakes. 80/90280/1
authorNishant Chaprana <n.chaprana@samsung.com>
Thu, 29 Sep 2016 08:48:09 +0000 (14:18 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Thu, 29 Sep 2016 08:49:54 +0000 (14:19 +0530)
Change-Id: Ibf5548bd93649ff0cb2c0732ac522c597dcd3035
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/ug-setting-wifidirect-efl.spec
popup-wifidirect/src/wfd-app-client.c
popup-wifidirect/src/wfd-app-popup-view.c
popup-wifidirect/src/wfd-app-util.c
ug-wifidirect/src/wfd_motion_control.c
ug-wifidirect/src/wfd_ug_main_view.c

index a1d08b629fbe929e305fe62a365b308f921af174..055828ca4b7425659403d93845c8d676797f3273 100644 (file)
@@ -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
index cef725403a359b37a7e599bb91c5e4ae169fb1d3..af29d58ec6d57440c867d7ce1157f73a150003c9 100644 (file)
@@ -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);
index f0d55bf018bba632e19f03d353fbbb03e54c832d..a669fb74809dd72bd5adc05b95d655439d51dfe4 100755 (executable)
@@ -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)
 {
index dbf83ea82d119f652b5979806559c108d7f5c3f8..10b67c1ddcb4e11840ae45a972dfba921ef868fe 100644 (file)
@@ -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); */
index d09fd13dea649cf32414b1431c8c96c18333d40f..ad8509ce9f6911361fcf802ddf9cc3d9034d7e9a 100755 (executable)
@@ -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:
index abf2f2062abf7b15728417721b7ef8ce0ec5bd99..a53be85003b888d86375edea59a2fb9e2bde93a7 100755 (executable)
@@ -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
  */