From ae3647b6e991d944b4a056a5b02512c5a5c4633c Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Tue, 6 Mar 2018 16:45:57 +0900 Subject: [PATCH] Fixed typo Change-Id: Id7ba2356364a6ac4fdae5c4a601687555343645e Signed-off-by: hyunuktak --- include/connection_profile.h | 4 ++-- packaging/capi-network-connection.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/connection_profile.h b/include/connection_profile.h index af1dd4f..ac451d3 100755 --- a/include/connection_profile.h +++ b/include/connection_profile.h @@ -1074,7 +1074,7 @@ int connection_profile_get_cellular_home_url(connection_profile_h profile, * @retval #CONNECTION_ERROR_NONE Successful * @retval #CONNECTION_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CONNECTION_ERROR_OPERATION_FAILED Operation failed - * @retval #CONNECTION_ERROR_NOT_SUPPORTED Not suppported + * @retval #CONNECTION_ERROR_NOT_SUPPORTED Not supported */ int connection_profile_get_cellular_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e *type); @@ -1179,7 +1179,7 @@ int connection_profile_set_cellular_service_type(connection_profile_h profile, /** * @brief Sets the APN (Access Point Name). * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @remarks You must release @a spn using free(). + * @remarks You must release @a apn using free(). * @param[in] profile The profile handle * @param[in] apn The name of APN * @return @c 0 on success, diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec index 4bb9ac4..dee1b74 100755 --- a/packaging/capi-network-connection.spec +++ b/packaging/capi-network-connection.spec @@ -1,6 +1,6 @@ Name: capi-network-connection Summary: Network Connection library in TIZEN C API -Version: 1.0.110 +Version: 1.0.111 Release: 1 Group: System/Network License: Apache-2.0 -- 2.7.4