DPP: Fix couple of typos in debug messages

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2017-11-02 21:34:03 +02:00 committed by Jouni Malinen
parent 06f2df0693
commit 60b9dd86fd

View file

@ -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;