Fix typo in public header 66/197766/2 accepted/tizen/unified/20190116.160747 submit/tizen/20190116.091041
authorYu <jiung.yu@samsung.com>
Wed, 16 Jan 2019 07:42:17 +0000 (16:42 +0900)
committerYu <jiung.yu@samsung.com>
Wed, 16 Jan 2019 08:20:42 +0000 (17:20 +0900)
Change-Id: Iee89db5a278b9e6bbfc6469c9429580c6bf67519
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
include/wifi-direct.h

index 9748556..ca5cec1 100644 (file)
@@ -734,7 +734,7 @@ typedef void (*wifi_direct_client_ip_address_assigned_cb) (const char *mac_addre
  * @param[in] user_data      User can transfer the user specific data in callback
  * @pre Either wifi_direct_start_service_discovery() or
  *      wifi_direct_cancel_service_discovery() will invoke this callback in the
- *      thread-default main context of thethread from which you registered this
+ *      thread-default main context of the thread from which you registered this
  *      callback using wifi_direct_set_service_state_changed_cb().
  * @see wifi_direct_start_discovery()
  * @see wifi_direct_cancel_discovery()
@@ -801,7 +801,7 @@ typedef void (*wifi_direct_state_changed_cb) (wifi_direct_state_e state,
  * int main()
  * {
  *     function(); // initialize Wi-Fi Direct
- *     wifi_direct_deinitialize(); // deinitizlize Wi-Fi Direct
+ *     wifi_direct_deinitialize(); // deinitialize Wi-Fi Direct
  *     return 0;
  * }
  * @endcode
@@ -1043,7 +1043,7 @@ int wifi_direct_unset_device_state_changed_cb(void);
  *     wifi_direct_activate(); // Activate Wi-Fi Direct
  *     function();
  *     wifi_direct_deactivate(); // Deactivate Wi-Fi Direct
- *     wifi_direct_deinitialize(); // Deintialize Wi-Fi Direct
+ *     wifi_direct_deinitialize(); // Deinitialize Wi-Fi Direct
  *     return 0;
  * }
  * @endcode
@@ -7600,7 +7600,7 @@ int wifi_direct_get_peer_display_type(char *mac_address, wifi_direct_display_typ
  *             return -1;
  *     }
  *
- *     printf("peer display avialability = %s\n", availability?"yes":"no");
+ *     printf("peer display availability = %s\n", availability?"yes":"no");
  *     free(mac);
  *     return 0;
  * }
@@ -7813,7 +7813,7 @@ int wifi_direct_get_peer_display_port(char *mac_address, int *port);
  *             return -1;
  *     }
  *
- *     printf("peer display throughtput = %d\n", tput);
+ *     printf("peer display throughput = %d\n", tput);
  *     free(mac);
  *     return 0;
  * }