diff mbox series

[02/21] dpp-util: fix typo "COMMIT_REVEAP_RESPONSE"

Message ID 20231012200150.338401-3-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series DPP PKEX Changes | expand

Commit Message

James Prestwood Oct. 12, 2023, 8:01 p.m. UTC
---
 src/dpp-util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denis Kenzior Oct. 17, 2023, 3:19 p.m. UTC | #1
Hi James,

On 10/12/23 15:01, James Prestwood wrote:
> ---
>   src/dpp-util.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis
diff mbox series

Patch

diff --git a/src/dpp-util.h b/src/dpp-util.h
index a3ddd452..94fe595a 100644
--- a/src/dpp-util.h
+++ b/src/dpp-util.h
@@ -43,7 +43,7 @@  enum dpp_frame_type {
 	DPP_FRAME_PKEX_VERSION1_XCHG_REQUST	= 7,
 	DPP_FRAME_PKEX_XCHG_RESPONSE		= 8,
 	DPP_FRAME_PKEX_COMMIT_REVEAL_REQUEST	= 9,
-	DPP_FRAME_PKEX_COMMIT_REVEAP_RESPONSE	= 10,
+	DPP_FRAME_PKEX_COMMIT_REVEAL_RESPONSE	= 10,
 	DPP_FRAME_CONFIGURATION_RESULT		= 11,
 	DPP_FRAME_CONNECTION_STATUS_RESULT	= 12,
 	DPP_FRAME_PRESENCE_ANNOUNCEMENT		= 13,