mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
src: Fix spelling errors spotted by lintian
The debian package checking tool lintian spotted a bunch of spelling errors in the built binaries.
This commit is contained in:
parent
d4064ea1b6
commit
0573c6b5fb
4
src/ap.c
4
src/ap.c
@ -169,7 +169,7 @@ static bool ap_sta_match_addr(const void *a, const void *b)
|
||||
static void ap_remove_sta(struct sta_state *sta)
|
||||
{
|
||||
if (!l_queue_remove(sta->ap->sta_states, sta)) {
|
||||
l_error("tried to remove station that doesnt exist");
|
||||
l_error("tried to remove station that doesn't exist");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -541,7 +541,7 @@ static void ap_fail_assoc_resp_cb(struct l_genl_msg *msg, void *user_data)
|
||||
l_error("AP (Re)Association Response with an error status not "
|
||||
"sent or not ACKed: %i", l_genl_msg_get_error(msg));
|
||||
else
|
||||
l_info("AP (Re)Association Response with an errror status "
|
||||
l_info("AP (Re)Association Response with an error status "
|
||||
"delivered OK");
|
||||
}
|
||||
|
||||
|
@ -253,7 +253,7 @@ static void eap_tls_handle_request(struct eap_state *eap,
|
||||
|
||||
if (!tls->rx_pkt_buf && (flags & EAP_TLS_FLAG_M)) {
|
||||
if (!(flags & EAP_TLS_FLAG_L)) {
|
||||
l_error("EAP-TLS requst 1st fragment with no length");
|
||||
l_error("EAP-TLS request 1st fragment with no length");
|
||||
|
||||
goto err;
|
||||
}
|
||||
|
@ -486,7 +486,7 @@ static void eap_ttls_handle_request(struct eap_state *eap,
|
||||
|
||||
if (!ttls->rx_pkt_buf && (flags & EAP_TTLS_FLAG_M)) {
|
||||
if (!(flags & EAP_TTLS_FLAG_L)) {
|
||||
l_error("EAP-TTLS requst 1st fragment with no length");
|
||||
l_error("EAP-TTLS request 1st fragment with no length");
|
||||
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user