diff options
author | Pavel Roskin <proski@gnu.org> | 2011-09-21 21:43:59 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-09-21 21:43:59 (GMT) |
commit | ffbf1eaa269fc5335c6e0676afa2475911b3af95 (patch) | |
tree | bc28677edb01c3c6d48869d0ddfcf63a6c95b6c9 /src/eapol_supp/eapol_supp_sm.c | |
parent | d2f93d3706099dec2c5a968c5cf8262d1789d0d2 (diff) | |
download | hostap-ffbf1eaa269fc5335c6e0676afa2475911b3af95.zip hostap-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.gz hostap-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.bz2 |
Fix typos found by codespell
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'src/eapol_supp/eapol_supp_sm.c')
-rw-r--r-- | src/eapol_supp/eapol_supp_sm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eapol_supp/eapol_supp_sm.c b/src/eapol_supp/eapol_supp_sm.c index c4a0d8a..88ba123 100644 --- a/src/eapol_supp/eapol_supp_sm.c +++ b/src/eapol_supp/eapol_supp_sm.c @@ -561,7 +561,7 @@ SM_STEP(SUPP_BE) * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL * and SUCCESS based on eapFail and eapSuccess, respectively. * However, IEEE Std 802.1X-2004 is also specifying that - * eapNoResp should be set in conjuction with eapSuccess and + * eapNoResp should be set in conjunction with eapSuccess and * eapFail which would mean that more than one of the * transitions here would be activated at the same time. * Skipping RESPONSE and/or RECEIVE states in these cases can |