diff options
author | Pavel Roskin <proski@gnu.org> | 2011-09-22 00:43:59 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-09-22 00:43:59 +0300 |
commit | ffbf1eaa269fc5335c6e0676afa2475911b3af95 (patch) | |
tree | bc28677edb01c3c6d48869d0ddfcf63a6c95b6c9 /src/rsn_supp | |
parent | d2f93d3706099dec2c5a968c5cf8262d1789d0d2 (diff) | |
download | external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.zip external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.gz external_wpa_supplicant_8_ti-ffbf1eaa269fc5335c6e0676afa2475911b3af95.tar.bz2 |
Fix typos found by codespell
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'src/rsn_supp')
-rw-r--r-- | src/rsn_supp/wpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rsn_supp/wpa.c b/src/rsn_supp/wpa.c index 4ffbac5..2be8c40 100644 --- a/src/rsn_supp/wpa.c +++ b/src/rsn_supp/wpa.c @@ -476,7 +476,7 @@ static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, * Start preauthentication after a short wait to avoid a * possible race condition between the data receive and key * configuration after the 4-Way Handshake. This increases the - * likelyhood of the first preauth EAPOL-Start frame getting to + * likelihood of the first preauth EAPOL-Start frame getting to * the target AP. */ eloop_register_timeout(1, 0, wpa_sm_start_preauth, sm, NULL); |