From 38d286c8f23ddf8c18100aca5ebd9e776099d70b Mon Sep 17 00:00:00 2001 From: Marcin Niesluchowski Date: Tue, 14 Oct 2014 13:36:08 +0200 Subject: [PATCH] Fix comment in cynara-async api header Change-Id: Id195797893866f5aca48b1120c04e2d2ebb69813 --- src/include/cynara-client-async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/cynara-client-async.h b/src/include/cynara-client-async.h index 20f5ea4..9bed89d 100644 --- a/src/include/cynara-client-async.h +++ b/src/include/cynara-client-async.h @@ -86,7 +86,7 @@ typedef enum { * - probably cynara is unoperational (CYNARA_CALL_CAUSE_SERVICE_NOT_AVAILABLE) * * \param[in] check_id Number identifying check request. Number is generated in - * cynara_async_cancel_request() and returned to user. It can be used to match + * cynara_async_create_request() and returned to user. It can be used to match * response with sent request. * Number is valid since cynara_async_create_request() call till callback call. * After that the number can be reused by cynara to run new request. -- 2.7.4