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 a1d08b6..055828c 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 cef7254..af29d58 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 f0d55bf..a669fb7 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 dbf83ea..10b67c1 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 d09fd13..ad8509c 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 abf2f20..a53be85 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
  */