From 60b9dd86fdf0e3fa16fd36f68dea43ac1a27419a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 2 Nov 2017 21:34:03 +0200 Subject: [PATCH] DPP: Fix couple of typos in debug messages Signed-off-by: Jouni Malinen --- src/common/dpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/dpp.c b/src/common/dpp.c index e1a3583b2..4996d5cdd 100644 --- a/src/common/dpp.c +++ b/src/common/dpp.c @@ -5823,7 +5823,7 @@ out: EC_KEY_free(Y_ec); return pkex; fail: - wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing faileed"); + wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing failed"); dpp_pkex_free(pkex); pkex = NULL; goto out; @@ -6111,7 +6111,7 @@ out: BN_CTX_free(bnctx); return msg; fail: - wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing faileed"); + wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing failed"); wpabuf_free(msg); msg = NULL; goto out;