From: Ben Greear Date: Sat, 22 Oct 2011 18:41:09 +0000 (+0300) Subject: Fix typo in comment related to EAPOL X-Git-Tag: hostap-1-bp~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f935bd4dc5e056a5dab776ea05ca09c0f03f2d91;p=thirdparty%2Fhostap.git Fix typo in comment related to EAPOL Signed-off-by: Ben Greear --- diff --git a/src/ap/ieee802_1x.c b/src/ap/ieee802_1x.c index d163ce61f..63598e921 100644 --- a/src/ap/ieee802_1x.c +++ b/src/ap/ieee802_1x.c @@ -1816,7 +1816,7 @@ int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, /* EAPOL EAP-Packet packets are eventually re-sent by either Supplicant * or Authenticator state machines, but EAPOL-Key packets are not - * retransmitted in case of failure. Try to re-sent failed EAPOL-Key + * retransmitted in case of failure. Try to re-send failed EAPOL-Key * packets couple of times because otherwise STA keys become * unsynchronized with AP. */ if (xhdr->type == IEEE802_1X_TYPE_EAPOL_KEY && !ack &&