Change-Id: I1d4d90d8619059bde337b39e6dd93ce2f837e691
Signed-off-by: Younho Park <younho.park@samsung.com>
/**
* @brief Requests unread notification messages to the push server.
* @details When the app wants to receive messages that arrived before it launched, this \n
- * method should be called. Upon receiving ths request, the daemon sends messages\n
+ * method should be called. Upon receiving this request, the daemon sends messages\n
* stored in its DB to the app. The notify_callback() method assigned in push_service_connect()\n
* will be called when these messages arrive. No need to call this method multiple\n
* times to receive multiple messages. This method does NOT guarantee order and\n
/**
* @brief Requests unread notification messages to the push server.
* @details When the app wants to receive messages that arrived before it launced, this \n
- * method should be called. Upon receiving ths request, the daemon sends messages\n
+ * method should be called. Upon receiving this request, the daemon sends messages\n
* stored in its DB to the app. The notify_callback() method assigned in push_connect()\n
* will be called when these messages arrive. No need to call this method multiple\n
* times to receive multiple messages. This method does NOT guarantee order and\n