From 2cca5dff2a042815b2ad6e9d2e2d1468f1d5c736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Mon, 13 Mar 2023 09:08:22 +0100 Subject: [PATCH] -typos --- src/util/crypto_confirmation.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c index 14075d431..63d597fd3 100644 --- a/src/util/crypto_confirmation.c +++ b/src/util/crypto_confirmation.c @@ -202,12 +202,13 @@ executive_totp (void *h_key, /** - * It is build pos confirmation to verify payment. + * @brief Builds POS confirmation to verify payment. * * @param pos_key base32 (RFC 3548, not Crockford!) encoded key for verification payment * @param pos_alg algorithm to compute the payment verification * @param total of the order paid * @param ts is the current time given + * @return Token on success, NULL of failure */ char * TALER_build_pos_confirmation (const char *pos_key,