From e27bd936d04983b3752a27c401a194831c954033 Mon Sep 17 00:00:00 2001 From: Jaemin Ryu Date: Mon, 5 Mar 2018 13:58:27 +0900 Subject: [PATCH] Fix typos: connectivitiy -> connectivity, ture -> true Change-Id: I073a012208c2fd0d4019708a5a959bfdfd6b2845 Signed-off-by: Jaemin Ryu --- libs/dpm/restriction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/dpm/restriction.h b/libs/dpm/restriction.h index a2c083e..6ad34ad 100644 --- a/libs/dpm/restriction.h +++ b/libs/dpm/restriction.h @@ -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 -- 2.7.4