netdev: fix spelling error

This commit is contained in:
James Prestwood 2021-04-05 11:44:02 -07:00 committed by Denis Kenzior
parent 01acadbeb9
commit 51fc2453ba
1 changed files with 1 additions and 1 deletions

View File

@ -2338,7 +2338,7 @@ static void netdev_associate_event(struct l_genl_msg *msg,
} else if (ret == -EAGAIN) {
/*
* Here to support OWE retries. OWE will retry
* internally, but a connect even will still be emitted.
* internally, but a connect event will still be emitted
*/
netdev->ignore_connect_event = true;
return;