[UTC][wifi-manager][Non-ACR] Fix typo mistakes 30/261130/1
authorNishant Chaprana <n.chaprana@samsung.com>
Mon, 12 Jul 2021 08:15:34 +0000 (13:45 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Mon, 12 Jul 2021 08:27:21 +0000 (13:57 +0530)
Change-Id: If00dc9327c146a1e3cb62febf7d58435d22d6443
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
src/utc/wifi-manager/utc-wifi-manager-ap.c
src/utc/wifi-manager/utc-wifi-manager.c

index 068f097b67ae86da0294d4e1e7a6a75b44fd2144..035fb18384a2be4980dfd67948a73f5cd7a3fbec 100755 (executable)
@@ -208,7 +208,7 @@ int utc_wifi_manager_ap_clone_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Gets ESSID (Extended Service Set Identifier).
- * @scenario           Check AP validity and get essid from AP infomation. Check the status and
+ * @scenario           Check AP validity and get essid from AP information. Check the status and
  *                                     delete essid.
  */
 int utc_wifi_manager_ap_get_essid_p(void)
@@ -256,7 +256,7 @@ int utc_wifi_manager_ap_get_essid_n(void)
  * @since_tizen        4.0
  * @type                       Positive
  * @description                Gets raw SSID (Service Set Identifier).
- * @scenario           Check AP validity and get raw ssid from AP infomation. Check the status and
+ * @scenario           Check AP validity and get raw ssid from AP information. Check the status and
  *                                     delete raw ssid.
  */
 int utc_wifi_manager_ap_get_raw_ssid_p(void)
@@ -305,7 +305,7 @@ int utc_wifi_manager_ap_get_raw_ssid_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Gets BSSID (Basic Service Set Identifier).
- * @scenario           Check AP validity and get bssid from AP infomation. Check the return value
+ * @scenario           Check AP validity and get bssid from AP information. Check the return value
  *                                     and free the bssid
  */
 int utc_wifi_manager_ap_get_bssid_p(void)
@@ -353,7 +353,7 @@ int utc_wifi_manager_ap_get_bssid_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Gets the RSSI.
- * @scenario           Check AP validity and get RSSI from AP infomation. Check the return value.
+ * @scenario           Check AP validity and get RSSI from AP information. Check the return value.
  */
 int utc_wifi_manager_ap_get_rssi_p(void)
 {
@@ -399,7 +399,7 @@ int utc_wifi_manager_ap_get_rssi_n(void)
  * @since_tizen     4.0
  * @type            Positive
  * @description     Gets the RSSI level.
- * @scenario        Check AP validity and get RSSI level from AP infomation. Check the return value.
+ * @scenario        Check AP validity and get RSSI level from AP information. Check the return value.
  */
 int utc_wifi_manager_ap_get_rssi_level_p(void)
 {
@@ -446,7 +446,7 @@ int utc_wifi_manager_ap_get_rssi_level_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Gets the frequency band (MHz).
- * @scenario           Check AP validity and get frequesncy band from AP infomation.
+ * @scenario           Check AP validity and get frequesncy band from AP information.
  *                                     Check the return value.
  */
 int utc_wifi_manager_ap_get_frequency_p(void)
@@ -493,7 +493,7 @@ int utc_wifi_manager_ap_get_frequency_n(void)
  * @since_tizen                3.0
  * @type                       Positive
  * @description                Gets the max speed (Mbps)
- * @scenario           Check AP validity and get max speed from AP infomation. Ensure no error.
+ * @scenario           Check AP validity and get max speed from AP information. Ensure no error.
  */
 int utc_wifi_manager_ap_get_max_speed_p(void)
 {
@@ -1192,7 +1192,7 @@ int utc_wifi_manager_ap_get_proxy_address_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                brief Sets the proxy address.
- * @scenario           Set proxy adress in AP info. Ensure no error.
+ * @scenario           Set proxy address in AP info. Ensure no error.
  */
 int utc_wifi_manager_ap_set_proxy_address_p(void)
 {
@@ -1528,7 +1528,7 @@ int utc_wifi_manager_foreach_found_bssid_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Gets the Wi-Fi security mode.
- * @scenario           Get security mechanism used for the conneciton. Ensure no error.
+ * @scenario           Get security mechanism used for the connection. Ensure no error.
  */
 int utc_wifi_manager_ap_get_security_type_p(void)
 {
@@ -1687,7 +1687,7 @@ int utc_wifi_manager_ap_set_encryption_type_p(void)
  * @since_tizen        3.0
  * @type                       Negative
  * @description                Verify wifi_manager_ap_set_encryption_type by passing invalid parameters(ap, encryption_type).
- * @scenario           Pass invalid AP info and other parameters to  ensure WiFi encyption type is not set.
+ * @scenario           Pass invalid AP info and other parameters to  ensure WiFi encryption type is not set.
  *                                     Return value should be WIFI_MANAGER_ERROR_INVALID_PARAMETER.
  */
 int utc_wifi_manager_ap_set_encryption_type_n(void)
@@ -2415,7 +2415,7 @@ int utc_wifi_manager_ap_get_eap_auth_type_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description                Sets the EAP auth type of Wi-Fi.
- * @scenario           Set EAP authenticaiton type in AP info. Ensure no error.
+ * @scenario           Set EAP authentication type in AP info. Ensure no error.
  */
 int utc_wifi_manager_ap_set_eap_auth_type_p(void)
 {
index 2f14976b1a65333d231c3fb68d51534b93685276..c8eb5458d058d187549ac4abdb93286dce3893ef 100755 (executable)
@@ -51,7 +51,7 @@ void utc_wifi_manager_cleanup(void)
  * @since_tizen                3.0
  * @type                       Positive
  * @description                Initializes Wi-Fi Manager.
- * @scenario           Initialize Wi-Fi Manager. If alreay initialized, deinitialize and initialize again.
+ * @scenario           Initialize Wi-Fi Manager. If already initialized, deinitialize and initialize again.
  */
 int utc_wifi_manager_initialize_p(void)
 {
@@ -890,7 +890,7 @@ int utc_wifi_manager_unset_scan_state_changed_cb_n(void)
  * @since_tizen        3.0
  * @type                       Positive
  * @description        Registers the callback called when the connection state is changed.
- * @scenario           Callback is triggered when the device is connected or disconneted.
+ * @scenario           Callback is triggered when the device is connected or disconnected.
  */
 int utc_wifi_manager_set_connection_state_changed_cb_p(void)
 {
@@ -1233,7 +1233,7 @@ int utc_wifi_manager_get_network_interface_name_n(void)
  * @type                       Positive
  * @description                Refreshes the access point information.
  * @scenario           When Wi-Fi scan is initiated,  Callback will be triggered on scan completion.
- *                                     When Wi-Fi is activated, Scan will be initated and callback will be triggered on scan done.
+ *                                     When Wi-Fi is activated, Scan will be initiated and callback will be triggered on scan done.
  */
 int utc_wifi_manager_scan_p(void)
 {
@@ -1766,7 +1766,7 @@ int utc_wifi_manager_cancel_wps_n(void)
  * @type                       Positive
  * @description                Gets the handle of the connected access point.
  * @scenario           When Wi-Fi is connected, connected APs will be returned.
- *                                     When Wi-Fi is not connected, Initate Scan and ensure no error.
+ *                                     When Wi-Fi is not connected, Initiate Scan and ensure no error.
  *                                     When AP is found, initiate connection and get the connected AP.
  */
 int utc_wifi_manager_get_connected_ap_p(void)