Fixed typo 00/171600/1 accepted/tizen_4.0_unified accepted/tizen/4.0/unified/20180307.071420 submit/tizen_4.0/20180306.081613
authorhyunuktak <hyunuk.tak@samsung.com>
Tue, 6 Mar 2018 07:50:27 +0000 (16:50 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Tue, 6 Mar 2018 07:50:43 +0000 (16:50 +0900)
Change-Id: I74c39d70b667589de710758ae25063ce87b9a47f
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
include/connection_profile.h
packaging/capi-network-connection.spec

index af1dd4f332f7ed46deaa9c965f833ea3c3e17b58..ac451d3f06f71c72163330e50c60d5ca46160595 100755 (executable)
@@ -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,
index 82445081f31f9ae91e69c1830d49d01988652fcf..4bb9ac4a2cba5a19a5ffb1ff61f3bf771bd32833 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-connection
 Summary:       Network Connection library in TIZEN C API
-Version:       1.0.109
+Version:       1.0.110
 Release:       1
 Group:         System/Network
 License:       Apache-2.0