From 25c1946fc66b677d1d7051d988c3f63b4c39984b Mon Sep 17 00:00:00 2001 From: Younho Park Date: Wed, 29 Aug 2018 10:11:15 +0900 Subject: [PATCH] fix typo Change-Id: Idce3e892149b313496187aed2a7b69026dd3c473 --- doc/push_doc.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) mode change 100755 => 100644 doc/push_doc.h diff --git a/doc/push_doc.h b/doc/push_doc.h old mode 100755 new mode 100644 index 3ff96a0..31a6c7d --- a/doc/push_doc.h +++ b/doc/push_doc.h @@ -62,12 +62,9 @@ * - http://tizen.org/feature/network.push * * It is recommended to design feature related codes in your application for reliability. - * - * You can check if a devrice supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. - * + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. - * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * */ -- 2.7.4