From 785fd8810e9187eaabc5f4a9facc91d75bc2f73c Mon Sep 17 00:00:00 2001 From: taesub kim Date: Mon, 22 May 2017 16:20:30 +0900 Subject: [PATCH] Modified error of API reference Change-Id: I322a0a293c1fdd4ab378b3afbc7176fc18873ba4 Signed-off-by: Taesub Kim --- include/asp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asp.h b/include/asp.h index 5e5d98a..c7aa6ef 100755 --- a/include/asp.h +++ b/include/asp.h @@ -1171,7 +1171,7 @@ int asp_seek_remove_info(asp_seek_service_h seek_service, const char *key); * @details Application should set service information after creating service using * asp_seek_create() and before seeking service using asp_seek_start(). * @since_tizen 4.0 - * @param[in] adv_service Service descriptor handle provided by the asp_seek_create() + * @param[in] seek_service Service descriptor handle provided by the asp_seek_create() * @param[in] discovery_tech The discovery mechanism, values of * #asp_discovery_tech_e combined with bitwise 'or' * @return 0 on success, otherwise a negative error value -- 2.34.1