net8021: Fix a typo in a kernel error message

- s/missmatch/mismatch/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2022-10-25 04:31:51 +02:00
parent fd6dd33dc0
commit 156ce1e51c

View file

@ -2194,7 +2194,7 @@ mesh_parse_meshpeering_action(struct ieee80211_node *ni,
sendclose = 1;
IEEE80211_DISCARD(vap,
IEEE80211_MSG_ACTION | IEEE80211_MSG_MESH,
wh, NULL, "%s", "configuration missmatch");
wh, NULL, "%s", "configuration mismatch");
}
if (sendclose) {