From 749a3683356d18c6918406e1d7326f75e6c3f081 Mon Sep 17 00:00:00 2001 From: LI Daobing Date: Mon, 16 Dec 2024 10:15:49 -0800 Subject: [PATCH] fix typo in jwk.h --- include/jose/jwk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jose/jwk.h b/include/jose/jwk.h index e596686c..509c3502 100644 --- a/include/jose/jwk.h +++ b/include/jose/jwk.h @@ -18,7 +18,7 @@ /** * JSON Web Keys (RFC 7517) * - * A JSON Web Key (JWS) is a standard data format for expresing cryptographic + * A JSON Web Key (JWK) is a standard data format for expressing cryptographic * keys in JSON. * * \defgroup jose_jwk JWK