From: hyunuktak Date: Tue, 6 Mar 2018 07:45:57 +0000 (+0900) Subject: Fixed typo X-Git-Tag: accepted/tizen/unified/20180307.071328^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F171598%2F1;p=platform%2Fcore%2Fapi%2Fconnection.git Fixed typo Change-Id: Id7ba2356364a6ac4fdae5c4a601687555343645e Signed-off-by: hyunuktak --- 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