From 7103b3a4f01ae605d98f2b93ece31fca28ec1a72 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:14:47 +0200 Subject: [PATCH] httpauth: fix doxygen comment (#1097) --- src/httpauth/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpauth/digest.c b/src/httpauth/digest.c index a3e8dafc7..a1505536b 100644 --- a/src/httpauth/digest.c +++ b/src/httpauth/digest.c @@ -993,7 +993,7 @@ int httpauth_digest_response_print(struct re_printf *pf, * @param passwd User password * @param entitybody Entitybody if qop=auth-int * @param cnonce Cnonce - * @param nonce_counter Nonce counter + * @param nonce_cnt Nonce counter * * @return 0 if success, otherwise errorcode */