From: Jouni Malinen Date: Sun, 21 Dec 2014 11:18:56 +0000 (+0200) Subject: EAP-IKEv2: Fix a typo in a debug message X-Git-Tag: hostap_2_4~713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8779ac8a67ae096a3d18a39faced6619f8c1d0fd;p=thirdparty%2Fhostap.git EAP-IKEv2: Fix a typo in a debug message Signed-off-by: Jouni Malinen --- diff --git a/src/eap_peer/ikev2.c b/src/eap_peer/ikev2.c index e6a173ec1..55ab72aee 100644 --- a/src/eap_peer/ikev2.c +++ b/src/eap_peer/ikev2.c @@ -369,7 +369,7 @@ static int ikev2_process_kei(struct ikev2_responder_data *data, } if (kei_len < 4 + 96) { - wpa_printf(MSG_INFO, "IKEV2: Too show Key Exchange Payload"); + wpa_printf(MSG_INFO, "IKEV2: Too short Key Exchange Payload"); return -1; }