Fixed typo 98/171598/1 accepted/tizen/unified/20180307.071328 submit/tizen/20180306.081256
authorhyunuktak <hyunuk.tak@samsung.com>
Tue, 6 Mar 2018 07:45:57 +0000 (16:45 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Tue, 6 Mar 2018 07:46:00 +0000 (16:46 +0900)
Change-Id: Id7ba2356364a6ac4fdae5c4a601687555343645e
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
include/connection_profile.h
packaging/capi-network-connection.spec

index af1dd4f..ac451d3 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 4bb9ac4..dee1b74 100755 (executable)
@@ -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