From: Cheoleun Moon Date: Thu, 3 Sep 2020 05:07:57 +0000 (+0900) Subject: Fix typos X-Git-Tag: submit/tizen/20200903.062120^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f503a7d5379f51d351722a298adeba8752bece9;p=platform%2Fcore%2Fapi%2Fasp.git Fix typos Change-Id: I109685d5f124d1809d564d27522d6d89f3e76235 Signed-off-by: Cheoleun Moon --- diff --git a/include/asp.h b/include/asp.h index d9eee39..7b799cd 100755 --- a/include/asp.h +++ b/include/asp.h @@ -371,7 +371,7 @@ typedef void (*asp_session_status_cb) (int error_code, * @param[in] status The port status * @param[in] user_data The user data passed from the callback registration function * @pre The callback must be registered using asp_session_set_port_status_cb() -* @see asp_set_session_port_status_cb() +* @see asp_session_set_port_status_cb() */ typedef void (*asp_session_port_status_cb) (int error_code, asp_session_h session, @@ -561,7 +561,7 @@ int asp_session_set_connect_status_cb(asp_session_connect_status_cb cb, void *us * @retval #ASP_ERROR_NOT_INITIALIZED Not initialized * @pre Application Service Platform (ASP) must be initialized by asp_initialize(). * @see asp_initialize() - * @see asp_session_set_connection_status_changed_cb() + * @see asp_session_set_connection_status_cb() */ int asp_session_unset_connect_status_cb(void); @@ -1418,8 +1418,8 @@ int asp_session_get_info(asp_session_h session, char **session_info); * @retval #ASP_ERROR_OPERATION_FAILED Operation failed * @retval #ASP_ERROR_SESSION_NOT_FOUND Session not found * @retval #ASP_ERROR_NETWORK_ROLE_REJECTED Network role rejected - * @pre This API needs asp_create_session() before use. - * @see asp_create_session() + * @pre This API needs asp_session_create() before use. + * @see asp_session_create() */ int asp_session_set_p2p_role_scheme(asp_session_h session, asp_advert_p2p_role_scheme_e role); diff --git a/packaging/capi-network-asp.spec b/packaging/capi-network-asp.spec index 48ac859..5735e50 100755 --- a/packaging/capi-network-asp.spec +++ b/packaging/capi-network-asp.spec @@ -2,7 +2,7 @@ Name: capi-network-asp Summary: An Application Service Platform(ASP) libraries in Native API -Version: 0.0.22 +Version: 0.1.22 Release: 1 Group: Network & Connectivity/API License: Apache-2.0