From 00afc1a04a9a10905e2d4d7acfb8c6f97663ed89 Mon Sep 17 00:00:00 2001 From: Younho Park Date: Mon, 5 Mar 2018 16:56:03 +0900 Subject: [PATCH] fixed documentation typo Change-Id: I1d4d90d8619059bde337b39e6dd93ce2f837e691 Signed-off-by: Younho Park --- include/push-service.h | 2 +- include/push.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/push-service.h b/include/push-service.h index d8d605e..17835d1 100644 --- a/include/push-service.h +++ b/include/push-service.h @@ -450,7 +450,7 @@ int push_service_get_unread_notification(push_service_connection_h connection, /** * @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 diff --git a/include/push.h b/include/push.h index 14455c9..01706aa 100644 --- a/include/push.h +++ b/include/push.h @@ -420,7 +420,7 @@ int push_get_unread_notification(push_connection_h connection, /** * @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 -- 2.7.4