Fix typos: connectivitiy -> connectivity, ture -> true 49/171449/1 tizen_4.0_tv submit/tizen/20180305.062445 submit/tizen_4.0/20180305.062455
authorJaemin Ryu <jm77.ryu@samsung.com>
Mon, 5 Mar 2018 04:58:27 +0000 (13:58 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Mon, 5 Mar 2018 04:59:52 +0000 (13:59 +0900)
Change-Id: I073a012208c2fd0d4019708a5a959bfdfd6b2845
Signed-off-by: Jaemin Ryu <jm77.ryu@samsung.com>
libs/dpm/restriction.h

index a2c083e..6ad34ad 100644 (file)
@@ -497,7 +497,7 @@ int dpm_restriction_get_bluetooth_mode_change_state(device_policy_manager_h hand
  * @privilege   %http://tizen.org/privilege/dpm.bluetooth
  * @param[in]   handle Device policy manager handle
  * @param[out]  allow If true, allow the bluetooth desktop connectivity,
- *              if false, disallow the bluetooth desktop connectivitiy
+ *              if false, disallow the bluetooth desktop connectivity
  * @return      #DPM_ERROR_NONE on success, otherwise a negative value
  * @retval      #DPM_ERROR_NONE Successful
  * @retval      #DPM_ERROR_TIMED_OUT Time out
@@ -619,7 +619,7 @@ int dpm_restriction_get_messaging_state(device_policy_manager_h handle, const ch
  * @privlevel   partner
  * @privilege   %http://tizen.org/privilege/dpm.email
  * @param[in]   handle Device policy manager handle
- * @param[in]   allow If ture, allow POP or IMAP email, if false, disallow POP or IMAP email.
+ * @param[in]   allow If true, allow POP or IMAP email, if false, disallow POP or IMAP email.
  * @return      #DPM_ERROR_NONE on success, otherwise a negative value
  * @retval      #DPM_ERROR_NONE Successful
  * @retval      #DPM_ERROR_TIMED_OUT Time out