From: Krzysztof Jackiewicz Date: Wed, 21 Jun 2023 18:50:26 +0000 (+0200) Subject: Fix wrong fuction name in the documentation X-Git-Tag: accepted/tizen/6.0/unified/20230630.050042~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=915cfa9216d2daaee021d42c4690c0f67b06c3db;p=platform%2Fcore%2Fsecurity%2Fkey-manager.git Fix wrong fuction name in the documentation Change-Id: Ib83d88de1d17bd32b86cd7c99b5dd12247d0aaf8 --- diff --git a/src/include/ckmc/ckmc-manager.h b/src/include/ckmc/ckmc-manager.h index 3dc6d9f..5e7a755 100644 --- a/src/include/ckmc/ckmc-manager.h +++ b/src/include/ckmc/ckmc-manager.h @@ -869,8 +869,8 @@ int ckmc_get_cert_chain_with_trustedcert(const ckmc_cert_s *cert, * @retval #CKMC_ERROR_PERMISSION_DENIED Failed to access key manager * @retval #CKMC_ERROR_INVALID_PARAMETER Input parameter is invalid * @pre User is already logged in and the user key is already loaded into memory in plain text form. - * @pre @a pcert_chain_list is created with ckmc_get_certificate_chain() or - * ckmc_get_certificate_chain_with_alias(). + * @pre @a pcert_chain_list is created with ckmc_get_cert_chain() or + * ckmc_get_cert_chain_with_alias(). * @see ckmc_get_cert_chain()) * @see ckmc_cert_list_all_free() */