Fix typo 28/126528/2
authorInkyun Kil <inkyun.kil@samsung.com>
Mon, 24 Apr 2017 04:36:58 +0000 (13:36 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Mon, 24 Apr 2017 10:18:45 +0000 (10:18 +0000)
Change-Id: Ie17a0bb4c9d3ec46e4ea75350c62e3f00a2045ae
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
include/message_port.h

index 59c8332..7934a6b 100755 (executable)
@@ -299,7 +299,7 @@ EXPORT_API int message_port_send_trusted_message(const char *remote_app_id, cons
  * @brief Sends a message with local port information to the message port of a remote application.
  * @details This method is used for bidirectional communication.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks You must releas @a message using bundle_free() after sending the message.
+ * @remarks You must release @a message using bundle_free() after sending the message.
  * @param[in] remote_app_id The ID of the remote application
  * @param[in] remote_port The name of the remote message port
  * @param[in] message The message to be passed to the remote application, the recommended message size is under 4KB